Bump versions to 2.0.9-SNAPSHOT
[netconf.git] / restconf / restconf-nb-rfc8040 / pom.xml
index 585fbde5e75c9719eb8009dfe8ae3a94ac475b9d..de58307444770d37066bdf4b0ebf354de02c8a02 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
       <artifactId>netconf-dom-api</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>logging-markers</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-data-api</artifactId>
     <dependency>
       <groupId>net.java.dev.stax-utils</groupId>
       <artifactId>stax-utils</artifactId>
-      <exclusions>
-        <exclusion>
-          <!-- JSR173 ships with JRE by default -->
-          <groupId>com.bea.xml</groupId>
-          <artifactId>jsr173-ri</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
 
     <dependency>
     <dependency>
       <groupId>net.javacrumbs.json-unit</groupId>
       <artifactId>json-unit-assertj</artifactId>
-      <version>2.27.0</version>
+      <version>2.28.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>