|
74 | 74 | <jobmanager.version>0.1.0-SNAPSHOT</jobmanager.version>
|
75 | 75 | <jasypt.version>1.9.3</jasypt.version>
|
76 | 76 | <xstream.version>1.4.21</xstream.version>
|
| 77 | + <servlet-api.version>3.1.0</servlet-api.version> |
77 | 78 | <netty.version>4.1.118.Final</netty.version>
|
78 | 79 | <protobuf-java.version>3.25.5</protobuf-java.version>
|
79 | 80 | </properties>
|
|
154 | 155 | <groupId>io.netty</groupId>
|
155 | 156 | <artifactId>netty-all</artifactId>
|
156 | 157 | </exclusion>
|
| 158 | + <exclusion> |
| 159 | + <groupId>com.thoughtworks.xstream</groupId> |
| 160 | + <artifactId>xstream</artifactId> |
| 161 | + </exclusion> |
| 162 | + <exclusion> |
| 163 | + <groupId>javax.servlet</groupId> |
| 164 | + <artifactId>servlet-api</artifactId> |
| 165 | + </exclusion> |
157 | 166 | </exclusions>
|
158 | 167 | </dependency>
|
| 168 | + <dependency> |
| 169 | + <groupId>com.thoughtworks.xstream</groupId> |
| 170 | + <artifactId>xstream</artifactId> |
| 171 | + <version>${xstream.version}</version> |
| 172 | + </dependency> |
| 173 | + <dependency> |
| 174 | + <groupId>javax.servlet</groupId> |
| 175 | + <artifactId>javax.servlet-api</artifactId> |
| 176 | + <version>${servlet-api.version}</version> |
| 177 | + </dependency> |
159 | 178 | <dependency>
|
160 | 179 | <groupId>io.netty</groupId>
|
161 | 180 | <artifactId>netty-all</artifactId>
|
|
237 | 256 | <artifactId>commons-math3</artifactId>
|
238 | 257 | <version>${commons.math.version}</version>
|
239 | 258 | </dependency>
|
240 |
| - <dependency> |
241 |
| - <artifactId>xstream</artifactId> |
242 |
| - <groupId>com.thoughtworks.xstream</groupId> |
243 |
| - <version>${xstream.version}</version> |
244 |
| - </dependency> |
245 | 259 | <dependency>
|
246 | 260 | <artifactId>com.google.protobuf</artifactId>
|
247 | 261 | <groupId>protobuf-java</groupId>
|
|
0 commit comments