Fix unused dependencies warnings after bump to P
[transportpce.git] / dmaap-client / pom.xml
index 7b938d11c44ee910f718f29a8374e181011cc7d7..5360050a8fdf8d4731ae9db2d6273ba640fd5342 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.8</version>
+        <version>8.0.4</version>
         <relativePath />
     </parent>
     <groupId>org.opendaylight.transportpce</groupId>
             <groupId>org.glassfish.jersey.ext</groupId>
             <artifactId>jersey-proxy-client</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.glassfish.jersey.inject</groupId>
-            <artifactId>jersey-hk2</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.glassfish.jersey.media</groupId>
             <artifactId>jersey-media-json-jackson</artifactId>
             <artifactId>jackson-datatype-jsr310</artifactId>
         </dependency>
         <!-- Testing dependencies -->
+        <dependency>
+            <groupId>org.glassfish.jersey.inject</groupId>
+            <artifactId>jersey-hk2</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.glassfish.jersey.test-framework</groupId>
             <artifactId>jersey-test-framework-core</artifactId>