Add plugin definition for Enunciate 2.1.1 45/30045/2
authorRobert Varga <rovarga@cisco.com>
Sat, 21 Nov 2015 20:13:45 +0000 (21:13 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 23 Nov 2015 23:40:08 +0000 (00:40 +0100)
Enunciate 1.x is not compatible with Java 8. Enunciate 2 works on Java 6
through 8. Introduce plugin declaration for downstream projects to use.

Change-Id: Iff2751f90b19056572c9414e60cbd680dfe553c6
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent/pom.xml

index 80565e3dd10f10b35614c3fa732a647c0a1853ab..5c0ee4b1fcff04bc9f7dd8fa63ed1f1d0d44a540 100644 (file)
         <artifactId>enunciate-core-annotations</artifactId>
         <version>${enunciate.version}</version>
       </dependency>
+      <dependency>
+        <groupId>com.webcohesion.enunciate</groupId>
+        <artifactId>enunciate-core-annotations</artifactId>
+        <version>2.1.1</version>
+      </dependency>
       <dependency>
         <groupId>org.codehaus.jettison</groupId>
         <artifactId>jettison</artifactId>
           <artifactId>maven-enunciate-plugin</artifactId>
           <version>${enunciate.version}</version>
         </plugin>
+        <plugin>
+          <groupId>com.webcohesion.enunciate</groupId>
+          <artifactId>enunciate-maven-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
         <plugin>
           <groupId>org.codehaus.groovy.maven</groupId>
           <artifactId>gmaven-plugin</artifactId>