Bump versions to 7.0.2-SNAPSHOT
[netconf.git] / restconf / websocket-client / pom.xml
index 12ce0fbbf74057fa733dc2bbbf875cb98dab8cf5..824df7cbbd5964a45ff1332c3c5dc3ae2a30b7ef 100644 (file)
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-parent</artifactId>
-        <version>1.11.0-SNAPSHOT</version>
-        <relativePath>../restconf-parent</relativePath>
+        <artifactId>netconf-parent</artifactId>
+        <version>7.0.2-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>websocket-client</artifactId>
-    <version>1.11.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.eclipse.jetty.websocket</groupId>
             <artifactId>websocket-client</artifactId>
-            <!-- FIXME: remove this with odlparent-6.0.0+ -->
-            <version>9.4.12.v20180830</version>
         </dependency>
         <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>