Release Beryllium
[yangtools.git] / websocket / websocket-client / pom.xml
index 4cb09b8dfd23b40ba2c2376b9635136a2aa0bd36..edae617eeb463411b1eed12905a1014952cd1426 100644 (file)
@@ -1,31 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
 <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.0-Beryllium</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>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
-            <artifactId>netty-transport</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-all</artifactId>
+            <artifactId>netty-codec-http</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -35,9 +38,5 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>websocket-server</artifactId>
-        </dependency>
     </dependencies>
 </project>