|
108 | 108 | <dep.javax-validation.version>1.1.0.Final</dep.javax-validation.version> |
109 | 109 | <dep.jboss-logging.version>3.3.0.Final</dep.jboss-logging.version> |
110 | 110 | <dep.jdbi.version>2.73</dep.jdbi.version> |
111 | | - <dep.jersey.version>1.19</dep.jersey.version> |
112 | 111 | <dep.jersey2.version>2.25.1</dep.jersey2.version> |
113 | 112 | <dep.jesos.version>1.1</dep.jesos.version> |
114 | 113 | <dep.jetty.version>9.4.19.v20190610</dep.jetty.version> |
|
1282 | 1281 | </exclusions> |
1283 | 1282 | </dependency> |
1284 | 1283 |
|
1285 | | - <!-- jersey --> |
1286 | | - <dependency> |
1287 | | - <groupId>com.sun.jersey</groupId> |
1288 | | - <artifactId>jersey-core</artifactId> |
1289 | | - <version>${dep.jersey.version}</version> |
1290 | | - </dependency> |
1291 | | - |
1292 | | - <dependency> |
1293 | | - <groupId>com.sun.jersey</groupId> |
1294 | | - <artifactId>jersey-server</artifactId> |
1295 | | - <version>${dep.jersey.version}</version> |
1296 | | - </dependency> |
1297 | | - |
1298 | | - <dependency> |
1299 | | - <groupId>com.sun.jersey</groupId> |
1300 | | - <artifactId>jersey-servlet</artifactId> |
1301 | | - <version>${dep.jersey.version}</version> |
1302 | | - </dependency> |
1303 | | - |
1304 | | - <dependency> |
1305 | | - <groupId>com.sun.jersey</groupId> |
1306 | | - <artifactId>jersey-client</artifactId> |
1307 | | - <version>${dep.jersey.version}</version> |
1308 | | - </dependency> |
1309 | | - |
1310 | | - <dependency> |
1311 | | - <groupId>com.sun.jersey</groupId> |
1312 | | - <artifactId>jersey-atom</artifactId> |
1313 | | - <version>${dep.jersey.version}</version> |
1314 | | - </dependency> |
1315 | | - |
1316 | | - <dependency> |
1317 | | - <groupId>com.sun.jersey.contribs</groupId> |
1318 | | - <artifactId>jersey-spring</artifactId> |
1319 | | - <version>${dep.jersey.version}</version> |
1320 | | - </dependency> |
1321 | | - |
1322 | | - <dependency> |
1323 | | - <groupId>com.sun.jersey.contribs</groupId> |
1324 | | - <artifactId>jersey-multipart</artifactId> |
1325 | | - <version>${dep.jersey.version}</version> |
1326 | | - </dependency> |
1327 | | - |
1328 | | - <dependency> |
1329 | | - <groupId>com.sun.jersey.contribs</groupId> |
1330 | | - <artifactId>jersey-simple-server</artifactId> |
1331 | | - <version>${dep.jersey.version}</version> |
1332 | | - </dependency> |
1333 | | - |
1334 | | - <dependency> |
1335 | | - <groupId>com.sun.jersey.contribs</groupId> |
1336 | | - <artifactId>jersey-guice</artifactId> |
1337 | | - <version>${dep.jersey.version}</version> |
1338 | | - <exclusions> |
1339 | | - <exclusion> |
1340 | | - <groupId>com.google.inject</groupId> |
1341 | | - <artifactId>guice</artifactId> |
1342 | | - </exclusion> |
1343 | | - </exclusions> |
1344 | | - </dependency> |
1345 | | - |
1346 | | - <dependency> |
1347 | | - <groupId>com.sun.jersey.contribs</groupId> |
1348 | | - <artifactId>jersey-scala</artifactId> |
1349 | | - <version>${dep.jersey.version}</version> |
1350 | | - </dependency> |
1351 | | - |
1352 | | - <dependency> |
1353 | | - <groupId>com.sun.jersey.jersey-test-framework</groupId> |
1354 | | - <artifactId>jersey-test-framework-core</artifactId> |
1355 | | - <version>${dep.jersey.version}</version> |
1356 | | - </dependency> |
1357 | | - |
1358 | | - <dependency> |
1359 | | - <groupId>com.sun.jersey.jersey-test-framework</groupId> |
1360 | | - <artifactId>jersey-test-framework-inmemory</artifactId> |
1361 | | - <version>${dep.jersey.version}</version> |
1362 | | - </dependency> |
1363 | | - |
1364 | | - <dependency> |
1365 | | - <groupId>com.sun.jersey.jersey-test-framework</groupId> |
1366 | | - <artifactId>jersey-test-framework-http</artifactId> |
1367 | | - <version>${dep.jersey.version}</version> |
1368 | | - </dependency> |
1369 | | - |
1370 | | - <dependency> |
1371 | | - <groupId>com.sun.jersey.jersey-test-framework</groupId> |
1372 | | - <artifactId>jersey-test-framework-external</artifactId> |
1373 | | - <version>${dep.jersey.version}</version> |
1374 | | - </dependency> |
1375 | | - |
1376 | 1284 | <dependency> |
1377 | 1285 | <groupId>org.glassfish.jersey.core</groupId> |
1378 | 1286 | <artifactId>jersey-client</artifactId> |
|
0 commit comments