re-using enunciate 2.14.0

enunciate_integration
Francesco Mangiacrapa 2 years ago
parent f7aa94a7f0
commit 29ee91aed5

@ -21,10 +21,9 @@
<properties>
<jersey.version>2.24.1</jersey.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<enunciate.version>2.13.3</enunciate.version>
<enunciate.version>2.14.0</enunciate.version>
</properties>
<dependencyManagement>
@ -165,9 +164,9 @@
<artifactId>jandex</artifactId>
<version>2.2.2.Final</version>
</dependency>
<!-- end weld -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>

Loading…
Cancel
Save