Bumping versions by 0.0.1 for next dev cycle
[yangtools.git] / websocket / websocket-client / pom.xml
index 15b02e8b472148a27bce1287cca76cac5e724dea..c7e9a4343c0bee70e97b3f537a03980587beeb79 100644 (file)
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>websocket-client</artifactId>
 
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>websocket-parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <artifactId>yangtools-parent</artifactId>
+        <version>0.8.5-SNAPSHOT</version>
+        <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
+    <artifactId>websocket-client</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-SNAPSHOT</version>
-    <name>websocket-client</name>
 
     <dependencies>
         <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-handler</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport</artifactId>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
-            <artifactId>netty-all</artifactId>
+            <artifactId>netty-codec-http</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -44,9 +38,5 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>websocket-server</artifactId>
-        </dependency>
     </dependencies>
 </project>