Release netconf
[netconf.git] / restconf / websocket-client / pom.xml
index af0e08797f3d3d78317ade486ab98109a488c8c1..6accabe425e50e3bde7f9be4c4c8fd917fc51546 100644 (file)
@@ -13,9 +13,9 @@
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
-        <relativePath>../restconf-parent</relativePath>
+        <artifactId>netconf-parent</artifactId>
+        <version>7.0.3</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>websocket-client</artifactId>
         <dependency>
             <groupId>net.sourceforge.argparse4j</groupId>
             <artifactId>argparse4j</artifactId>
-            <version>0.8.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>threadpool-config-impl</artifactId>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>