fix jax-rs classpath conflict, see #916

This commit is contained in:
Sebastian Sdorra
2017-05-14 10:12:29 +02:00
parent 1d1e239d64
commit 71308a9c8a

View File

@@ -276,18 +276,8 @@
<dependency>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-jaxrs</artifactId>
<artifactId>enunciate-core-annotations</artifactId>
<version>${enunciate.version}</version>
<exclusions>
<exclusion>
<artifactId>jackson-jaxrs</artifactId>
<groupId>org.codehaus.jackson</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-xc</artifactId>
<groupId>org.codehaus.jackson</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- test scope -->