|
33 | 33 | <jaxbVersion>2.2.11</jaxbVersion> |
34 | 34 | <jaxrsVersion>2.1</jaxrsVersion> |
35 | 35 | <jerseyVersion>2.31</jerseyVersion> |
36 | | - <jettyVersion>9.4.30.v20200611</jettyVersion> |
37 | | - <jgitVersion>5.8.0.202006091008-r</jgitVersion> |
38 | 36 | <jsonVersion>20160810</jsonVersion> |
39 | 37 | <jsonUnitVersion>2.18.1</jsonUnitVersion> |
40 | 38 | <junitVersion>4.13</junitVersion> |
|
43 | 41 | <mockitoVersion>1.10.19</mockitoVersion> |
44 | 42 | <myFacesVersion>2.2.11</myFacesVersion> |
45 | 43 | <slf4jVersion>1.7.30</slf4jVersion> |
46 | | - <vavrVersion>1.0.0-alpha-3</vavrVersion> |
47 | | - <xercesVersion>2.12.0</xercesVersion> |
48 | | - <xstreamVersion>1.4.12</xstreamVersion> |
49 | 44 | </properties> |
50 | 45 |
|
51 | 46 | <modules> |
|
125 | 120 | <artifactId>commons-io</artifactId> |
126 | 121 | <version>${commonsIoVersion}</version> |
127 | 122 | </dependency> |
128 | | - <dependency> |
129 | | - <groupId>org.eclipse.jgit</groupId> |
130 | | - <artifactId>org.eclipse.jgit</artifactId> |
131 | | - <version>${jgitVersion}</version> |
132 | | - </dependency> |
133 | | - <dependency> |
134 | | - <groupId>org.eclipse.jgit</groupId> |
135 | | - <artifactId>org.eclipse.jgit.http.server</artifactId> |
136 | | - <version>${jgitVersion}</version> |
137 | | - </dependency> |
138 | | - <dependency> |
139 | | - <groupId>com.thoughtworks.xstream</groupId> |
140 | | - <artifactId>xstream</artifactId> |
141 | | - <version>${xstreamVersion}</version> |
142 | | - </dependency> |
143 | 123 | <dependency> |
144 | 124 | <groupId>javax.ws.rs</groupId> |
145 | 125 | <artifactId>javax.ws.rs-api</artifactId> |
|
268 | 248 | <artifactId>validation-api</artifactId> |
269 | 249 | <version>${javaxValidationVersion}</version> |
270 | 250 | </dependency> |
271 | | - <dependency> |
272 | | - <groupId>org.eclipse.jetty</groupId> |
273 | | - <artifactId>jetty-server</artifactId> |
274 | | - <version>${jettyVersion}</version> |
275 | | - </dependency> |
276 | | - <dependency> |
277 | | - <groupId>org.eclipse.jetty</groupId> |
278 | | - <artifactId>jetty-servlet</artifactId> |
279 | | - <version>${jettyVersion}</version> |
280 | | - </dependency> |
281 | | - <dependency> |
282 | | - <groupId>io.vavr</groupId> |
283 | | - <artifactId>vavr</artifactId> |
284 | | - <version>${vavrVersion}</version> |
285 | | - </dependency> |
286 | | - <dependency> |
287 | | - <groupId>xerces</groupId> |
288 | | - <artifactId>xercesImpl</artifactId> |
289 | | - <version>${xercesVersion}</version> |
290 | | - </dependency> |
291 | 251 | </dependencies> |
292 | 252 | </dependencyManagement> |
293 | 253 |
|
|
0 commit comments