Bump deps to new Silicon dev versions
[transportpce.git] / pce / pom.xml
index dae33aef8554c9eec059f7ef9718b3c8cb1aa5c5..15dab814b339d039e4ed1c3a559c9a622fa47d89 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>6.0.7</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>