Skip to content

Commit

Permalink
more deps are optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Apr 11, 2014
1 parent 207fb32 commit a3a8644
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,10 @@
<saxon.version>9.1.0.8</saxon.version>
</properties>
<dependencies>
<dependency>
<groupId>com.rexsl</groupId>
<artifactId>rexsl-test</artifactId>
<version>0.13.3</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-immutable</artifactId>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.7.8</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
Expand Down Expand Up @@ -124,6 +113,20 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.rexsl</groupId>
<artifactId>rexsl-test</artifactId>
<version>0.13.3</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.7.8</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
Expand Down

0 comments on commit a3a8644

Please sign in to comment.