Bump deps to new Silicon dev versions
[transportpce.git] / pce / pom.xml
index 84de5b4da9dc30ce0af1027a23fde6aa992b7c44..15dab814b339d039e4ed1c3a559c9a622fa47d89 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.1</version>
+        <version>7.0.4</version>
         <relativePath />
     </parent>
 
             <artifactId>jersey-hk2</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>jakarta.xml.bind</groupId>
+            <artifactId>jakarta.xml.bind-api</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>