Skip to content

Commit

Permalink
more deps moved
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Apr 11, 2014
1 parent 1f55d8a commit 05fa8d8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
<saxon.version>9.1.0.8</saxon.version>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>com.rexsl</groupId>
<artifactId>rexsl-test</artifactId>
Expand All @@ -85,11 +81,6 @@
<version>0.7.8</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
Expand Down Expand Up @@ -123,6 +114,16 @@
<artifactId>aspectjrt</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
Expand Down

0 comments on commit 05fa8d8

Please sign in to comment.