Bump upstreams for 2022.09 Chlorine
[openflowplugin.git] / openflowplugin-it / pom.xml
index e4f24b611f37add72c2168f0856453616937ab42..b3a1d0e1398dfd5a2fdaa5417bea496aa7da7b91 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.15.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
@@ -67,8 +67,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
+            <groupId>jakarta.annotation</groupId>
+            <artifactId>jakarta.annotation-api</artifactId>
             <optional>true</optional>
         </dependency>
         <dependency>
           <artifactId>topology-lldp-discovery</artifactId>
           <scope>test</scope>
         </dependency>
-
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-        </dependency>
     </dependencies>
 </project>