Bump versions to 0.21.3-SNAPSHOT
[bgpcep.git] / bgp / extensions / inet / pom.xml
index 059c13761c62f08a13e6b81f3dd74340f3d788de..95b73f3242acb876dea76f5d3e7eff14352b750f 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-extension-parent</artifactId>
-        <version>0.16.12-SNAPSHOT</version>
+        <version>0.21.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
 
     <dependencies>
+        <dependency>
+            <groupId>com.guicedee.services</groupId>
+            <artifactId>javax.inject</artifactId>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>org.kohsuke.metainf-services</groupId>
             <artifactId>metainf-services</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.guicedee.services</groupId>
-            <artifactId>javax.inject</artifactId>
-            <optional>true</optional>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>util</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
 
         <!-- test scope dependencies -->