Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove banned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Aug 1, 2014
1 parent 3ad9352 commit a0f41f9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions zanata-common-api/pom.xml
Expand Up @@ -221,6 +221,12 @@
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-core-annotations</artifactId>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.enunciate</groupId>
Expand Down Expand Up @@ -259,6 +265,12 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -274,6 +286,12 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-multipart-provider</artifactId>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit a0f41f9

Please sign in to comment.