Bump versions to 0.18.1-SNAPSHOT
[bgpcep.git] / graph / graph-impl / pom.xml
index ed6aed61ce4ffebd1423cd8e56e882ea6dbb34a2..d6fc24215a982da1e5117d911d67ee8ac3e8f084 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.16.4-SNAPSHOT</version>
+        <version>0.18.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <artifactId>rfc6991-ietf-inet-types</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>ietf-topology</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>jakarta.annotation</groupId>
+            <artifactId>jakarta.annotation-api</artifactId>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
@@ -70,7 +74,7 @@
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
     </dependencies>
 </project>