Skip to content

Commit

Permalink
more deps fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Apr 11, 2014
1 parent 05fa8d8 commit 8faafe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.11</version>
<optional>true</optional>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -152,6 +153,7 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jsr173_api</artifactId>
<version>1.0</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -187,12 +189,14 @@
<artifactId>jersey-client</artifactId>
<version>${jersey.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
<version>${jersey.version}</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>javax.activation</groupId>
Expand Down

0 comments on commit 8faafe6

Please sign in to comment.