|
|
|
|
@ -95,7 +95,7 @@
@@ -95,7 +95,7 @@
|
|
|
|
|
<jboss-transaction-spi.version>7.6.0.Final</jboss-transaction-spi.version> |
|
|
|
|
<jdom2.version>2.0.6</jdom2.version> |
|
|
|
|
<jedis.version>2.9.0</jedis.version> |
|
|
|
|
<jersey.version>2.26</jersey.version> |
|
|
|
|
<jersey.version>2.27</jersey.version> |
|
|
|
|
<jest.version>5.3.3</jest.version> |
|
|
|
|
<jetty.version>9.4.9.v20180320</jetty.version> |
|
|
|
|
<jetty-jsp.version>2.2.0.v201112011158</jetty-jsp.version> |
|
|
|
|
@ -1783,65 +1783,11 @@
@@ -1783,65 +1783,11 @@
|
|
|
|
|
<version>${glassfish-el.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.containers</groupId> |
|
|
|
|
<artifactId>jersey-container-servlet</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.containers</groupId> |
|
|
|
|
<artifactId>jersey-container-servlet-core</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.core</groupId> |
|
|
|
|
<artifactId>jersey-client</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.core</groupId> |
|
|
|
|
<artifactId>jersey-common</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.core</groupId> |
|
|
|
|
<artifactId>jersey-server</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.ext</groupId> |
|
|
|
|
<artifactId>jersey-bean-validation</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.ext</groupId> |
|
|
|
|
<artifactId>jersey-entity-filtering</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.ext</groupId> |
|
|
|
|
<artifactId>jersey-spring4</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>org.glassfish.hk2.external</groupId> |
|
|
|
|
<artifactId>bean-validator</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.media</groupId> |
|
|
|
|
<artifactId>jersey-media-jaxb</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.media</groupId> |
|
|
|
|
<artifactId>jersey-media-json-jackson</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jersey.media</groupId> |
|
|
|
|
<artifactId>jersey-media-multipart</artifactId> |
|
|
|
|
<groupId>org.glassfish.jersey</groupId> |
|
|
|
|
<artifactId>jersey-bom</artifactId> |
|
|
|
|
<version>${jersey.version}</version> |
|
|
|
|
<scope>import</scope> |
|
|
|
|
<type>pom</type> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
|
|