diff options
Diffstat (limited to 'aai-service/provider/pom.xml')
-rwxr-xr-x | aai-service/provider/pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index e4155302..65a2a040 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -74,12 +74,14 @@ <artifactId>jcl-over-slf4j</artifactId> </dependency> <dependency> - <groupId>com.sun.jersey</groupId> + <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> + <version>${jersey.version}</version> </dependency> <dependency> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-core</artifactId> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-common</artifactId> + <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> |