diff options
Diffstat (limited to 'restconf-client')
-rwxr-xr-x | restconf-client/provider/pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index e9467190..0dae6960 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -36,7 +36,7 @@ <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-sse</artifactId> - <version>${glassfish.version}</version> + <version>${jersey.version}</version> </dependency> <dependency> <groupId>javax.ws.rs</groupId> @@ -104,21 +104,15 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.glassfish.jersey.inject</groupId> - <artifactId>jersey-hk2</artifactId> - <version>${glassfish.version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-servlet</artifactId> - <version>${glassfish.version}</version> + <version>${jersey.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-grizzly2-http</artifactId> - <version>${glassfish.version}</version> + <version>${jersey.version}</version> <scope>test</scope> </dependency> <dependency> @@ -133,5 +127,11 @@ <version>2.0.6.1</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-client</artifactId> + <version>${jersey.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |