Use a dedicated timer in programming-impl
[bgpcep.git] / data-change-counter / pom.xml
index d7580a9c6ee337dfe855a2aa72ee5d5da948c89c..92a2198d32010202399cbddaf48cbb21ef43b448 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.16.7-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../binding-parent</relativePath>
     </parent>
     <artifactId>data-change-counter</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
+            <groupId>jakarta.annotation</groupId>
+            <artifactId>jakarta.annotation-api</artifactId>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>