Replace javax.activation-api by the jakarta one
[transportpce.git] / pce / pom.xml
index b6c1103fb98ca16ba2dc36e8d1d19a8b6841f388..22269a05b93d9e92c8aabfcb7bf34c1e93a04ced 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1</version>
     <relativePath/>
   </parent>
 
@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>javax.activation</groupId>
-      <artifactId>javax.activation-api</artifactId>
-      <version>1.2.0</version>
+      <groupId>jakarta.activation</groupId>
+      <artifactId>jakarta.activation-api</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>