Cleanup ietf-p2mp-te-lsp
[bgpcep.git] / pcep / ietf-p2mp-te-lsp / pom.xml
index 1e9c241611f07d4ef8bb77fe413f530383a845cb..e19545274a0f685d31c457e8676abff064c72339 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.17.0-SNAPSHOT</version>
+        <version>0.17.2-SNAPSHOT</version>
         <relativePath>../../binding-parent</relativePath>
     </parent>
 
             <groupId>io.netty</groupId>
             <artifactId>netty-buffer</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>util</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
         <dependency>
             <groupId>org.kohsuke.metainf-services</groupId>
             <artifactId>metainf-services</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>util</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <scm>