|
|
|
@ -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>
|
|
|
|
|