Bump versions to 4.0.10-SNAPSHOT
[netconf.git] / restconf / restconf-nb / pom.xml
index 2df5c9bcb2ae63900f1de248e9778ba940f6b178..0d9eb150d61c9f1636716abfd293ad6c32f7b2ee 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.5-SNAPSHOT</version>
+    <version>4.0.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
       <groupId>org.eclipse.jetty.websocket</groupId>
       <artifactId>websocket-servlet</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.websocket</groupId>
+      <artifactId>websocket-server</artifactId>
+    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>
     <dependency>
       <groupId>net.javacrumbs.json-unit</groupId>
       <artifactId>json-unit-assertj</artifactId>
-      <version>2.36.0</version>
+      <version>2.36.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netconf</groupId>
+      <artifactId>netconf-test-models</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
         <configuration>
           <instructions>
             <Bundle-Name>MD SAL Restconf Connector</Bundle-Name>
+            <Import-Package>org.eclipse.jetty.websocket.server, *</Import-Package>
           </instructions>
         </configuration>
       </plugin>