Enable netty config modules to restart when blueprint container restarts
[controller.git] / opendaylight / commons / enunciate-parent / pom.xml
index 48a90e6f3c06e2059b4f22ab48a631f36f680519..83f696123edec148a24d2dff11d0169cd364d5eb 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>commons.opendaylight</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../opendaylight</relativePath>
     </parent>
 
     <artifactId>enunciate-parent</artifactId>
     <packaging>pom</packaging>
 
-    <!-- enunciate plugin does not work with JDK8 onwards -->
-    <profiles>
-        <profile>
-            <id>non-java8</id>
-            <activation>
-                <jdk>1.7</jdk>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.codehaus.enunciate</groupId>
-                        <artifactId>maven-enunciate-plugin</artifactId>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>com.webcohesion.enunciate</groupId>
+                <artifactId>enunciate-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 </project>