Bump versions to 4.0.0-SNAPSHOT
[odlparent.git] / features / odl-netty-4 / pom.xml
index 1174381419a97fefae7222c7d7c542bb48fc684d..84488cc6602fff0f16b5e8fddbc7f9b916fe8d0f 100644 (file)
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>single-feature3-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
-        <relativePath>../../single-feature3-parent</relativePath>
+        <artifactId>single-feature-parent</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../../single-feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odl-netty-4</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Netty</name>
 
+    <properties>
+        <checkDependencyChange>true</checkDependencyChange>
+        <failOnDependencyChange>true</failOnDependencyChange>
+    </properties>
+
     <dependencies>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-buffer</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-common</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-codec</artifactId>
-        </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http</artifactId>
             <artifactId>netty-transport-native-epoll</artifactId>
             <classifier>linux-x86_64</classifier>
         </dependency>
+
+        <!-- netty-common has an optional dependency on javassist, which boosts performance
+             of matchers. We want to force that dependency to be satisfied to prevent refreshes. -->
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>odl-javassist-3</artifactId>
+            <version>${project.version}</version>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
     </dependencies>
 
     <!--