Bump argparse4j to 0.9.0
[netconf.git] / restconf / websocket-client / pom.xml
index 499d0c702c2c9787dcac6609711712f4ff42a42f..dbc0ed107fc1d9019d098f85042bd8815aec4b67 100644 (file)
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-parent</artifactId>
-        <version>1.10.0-SNAPSHOT</version>
-        <relativePath>../restconf-parent</relativePath>
+        <artifactId>netconf-parent</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>websocket-client</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.eclipse.jetty.websocket</groupId>
             <artifactId>websocket-client</artifactId>
-            <!-- FIXME: remove this with odlparent-5.0.1+ -->
-            <version>9.4.12.v20180830</version>
         </dependency>
         <dependency>
             <groupId>net.sourceforge.argparse4j</groupId>
             <artifactId>argparse4j</artifactId>
-            <version>0.8.1</version>
+            <version>0.9.0</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>