excluded jsr311-api.jar (JAX-RS 1) as it was conflicting with JAX-RS 2

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/portal/social-networking-library-ws/2.2@181298 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2019-07-24 09:53:24 +00:00
parent 9e439c839b
commit 2447ebb16c
1 changed files with 4 additions and 4 deletions

View File

@ -105,10 +105,10 @@
<artifactId>jersey-apache-client4</artifactId>
<groupId>com.sun.jersey.contribs</groupId>
</exclusion>
<!-- <exclusion> -->
<!-- <artifactId>snakeyaml</artifactId> -->
<!-- <groupId>org.yaml</groupId> -->
<!-- </exclusion> -->
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>