[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 --> <!-- Jersey + Spring -->
<dependency> <dependency>
<groupId>org.glassfish.jersey.containers</groupId> <groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-container-servlet</artifactId> <artifactId>jersey-spring3</artifactId>
<version>2.22.1</version> <version>2.22.1</version>
<exclusions> <exclusions>
<exclusion> <exclusion>