[DS-2784] dependency fix

This commit is contained in:
aleksanderkotbury
2015-10-10 16:31:49 +02:00
parent 0925f43308
commit 9b2d5faa8b

View File

@@ -69,8 +69,8 @@
<!-- Jersey + Spring -->
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring3</artifactId>
<version>2.22.1</version>
<exclusions>
<exclusion>