|
43 | 43 | <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
44 | 44 | <groupId>org.springframework.cloud</groupId>
|
45 | 45 | </exclusion>
|
| 46 | + <exclusion> |
| 47 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 48 | + <artifactId>jackson-core</artifactId> |
| 49 | + </exclusion> |
| 50 | + <exclusion> |
| 51 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 52 | + <artifactId>jackson-annotations</artifactId> |
| 53 | + </exclusion> |
46 | 54 | </exclusions>
|
47 | 55 | </dependency>
|
48 | 56 | <dependency>
|
|
54 | 62 | <groupId>com.webank.wedatasphere.dss</groupId>
|
55 | 63 | <artifactId>dss-framework-orchestrator-server</artifactId>
|
56 | 64 | <version>${dss.version}</version>
|
| 65 | + <exclusions> |
| 66 | + <exclusion> |
| 67 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 68 | + <artifactId>jackson-core</artifactId> |
| 69 | + </exclusion> |
| 70 | + <exclusion> |
| 71 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 72 | + <artifactId>jackson-annotations</artifactId> |
| 73 | + </exclusion> |
| 74 | + </exclusions> |
57 | 75 | </dependency>
|
58 | 76 | <dependency>
|
59 | 77 | <groupId>com.webank.wedatasphere.dss</groupId>
|
60 | 78 | <artifactId>dss-workflow-server</artifactId>
|
61 | 79 | <version>${dss.version}</version>
|
| 80 | + <exclusions> |
| 81 | + <exclusion> |
| 82 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 83 | + <artifactId>jackson-annotations</artifactId> |
| 84 | + </exclusion> |
| 85 | + </exclusions> |
62 | 86 | </dependency>
|
63 | 87 | <dependency>
|
64 | 88 | <groupId>com.webank.wedatasphere.dss</groupId>
|
|
75 | 99 | <artifactId>dss-scriptis-server</artifactId>
|
76 | 100 | <version>${dss.version}</version>
|
77 | 101 | </dependency>
|
| 102 | + <dependency> |
| 103 | + <groupId>com.webank.wedatasphere.dss</groupId> |
| 104 | + <artifactId>dss-user-guide-server</artifactId> |
| 105 | + <version>${dss.version}</version> |
| 106 | + </dependency> |
| 107 | + <dependency> |
| 108 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 109 | + <artifactId>jackson-core</artifactId> |
| 110 | + <version>${fasterxml.jackson.version}</version> |
| 111 | + </dependency> |
| 112 | + <dependency> |
| 113 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 114 | + <artifactId>jackson-annotations</artifactId> |
| 115 | + <version>${fasterxml.jackson.version}</version> |
| 116 | + </dependency> |
78 | 117 |
|
79 | 118 | </dependencies>
|
80 | 119 |
|
|
0 commit comments