Remove unneeded override
[netconf.git] / restconf / websocket-client / pom.xml
index ad1f034467a5767155048fdd68d2ab081bc8be3e..22095efc7e8680f122da1f7b34f3216d15d33988 100644 (file)
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>1.10.2-SNAPSHOT</version>
+        <version>1.10.3-SNAPSHOT</version>
         <relativePath>../restconf-parent</relativePath>
     </parent>
 
     <artifactId>websocket-client</artifactId>
-    <version>1.10.2-SNAPSHOT</version>
+    <version>1.10.3-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.eclipse.jetty.websocket</groupId>
             <artifactId>websocket-client</artifactId>
-            <!-- FIXME: remove this with odlparent-5.0.3+ -->
-            <version>9.4.12.v20180830</version>
         </dependency>
         <dependency>
             <groupId>net.sourceforge.argparse4j</groupId>