bug 1128:POM Restructuring for Automated Release
[yangtools.git] / websocket / pom.xml
index d3c9ccf95fd1e09c3e8377b639ca0529ffb6fa13..578384aa5a9a8ca072dc47ad12a218f5cc1901a0 100644 (file)
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>yangtools</artifactId>
-        <version>0.6.2-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>websocket-parent</artifactId>
+    <groupId>org.opendaylight.yangtools</groupId>
+    <version>0.6.2-SNAPSHOT</version>
+    <artifactId>websocket-aggregator</artifactId>
     <packaging>pom</packaging>
 
     <modules>
         <module>websocket-client</module>
     </modules>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty-codec-http</artifactId>
-                <version>4.0.10.Final</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
 </project>