|
224 | 224 | <springfox.version>3.0.0</springfox.version> |
225 | 225 | <jetty.version>9.4.29.v20200521</jetty.version> |
226 | 226 | <slf4j.version>1.7.24</slf4j.version> |
227 | | - <jersey.version>2.33</jersey.version> |
228 | 227 | <javax.el.version>2.2.5</javax.el.version> |
229 | 228 | <!-- |
230 | 229 | Using latest, eg 2.16.0, breaks build, as Maven Shade Plugin |
|
579 | 578 | <version>${jetty.version}</version> |
580 | 579 | </dependency> |
581 | 580 |
|
582 | | - <!-- Jersey --> |
583 | | - <dependency> |
584 | | - <groupId>org.glassfish.jersey.core</groupId> |
585 | | - <artifactId>jersey-client</artifactId> |
586 | | - <version>${jersey.version}</version> |
587 | | - </dependency> |
588 | | - <dependency> |
589 | | - <groupId>org.glassfish.jersey.core</groupId> |
590 | | - <artifactId>jersey-server</artifactId> |
591 | | - <version>${jersey.version}</version> |
592 | | - </dependency> |
593 | | - <dependency> |
594 | | - <groupId>org.glassfish.jersey.containers</groupId> |
595 | | - <artifactId>jersey-container-servlet-core</artifactId> |
596 | | - <version>${jersey.version}</version> |
597 | | - </dependency> |
598 | | - <dependency> |
599 | | - <groupId>org.glassfish.jersey.containers</groupId> |
600 | | - <artifactId>jersey-container-jetty-http</artifactId> |
601 | | - <version>${jersey.version}</version> |
602 | | - <exclusions> |
603 | | - <exclusion> |
604 | | - <groupId>org.eclipse.jetty</groupId> |
605 | | - <artifactId>*</artifactId> |
606 | | - </exclusion> |
607 | | - </exclusions> |
608 | | - </dependency> |
609 | | - <dependency> |
610 | | - <groupId>org.glassfish.jersey.inject</groupId> |
611 | | - <artifactId>jersey-hk2</artifactId> |
612 | | - <version>${jersey.version}</version> |
613 | | - </dependency> |
614 | 581 |
|
615 | 582 | <!-- Jackson --> |
616 | 583 | <dependency> |
|
1231 | 1198 | <plugin> |
1232 | 1199 | <groupId>org.apache.maven.plugins</groupId> |
1233 | 1200 | <artifactId>maven-shade-plugin</artifactId> |
1234 | | - <version>3.2.1</version> |
| 1201 | + <version>3.6.2</version> |
1235 | 1202 | </plugin> |
1236 | 1203 |
|
1237 | 1204 | <!-- To sign Jar files before uploading them to Maven Central --> |
|
0 commit comments