Skip to content

Commit

Permalink
Organizing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
garcia-jj committed Jan 7, 2014
1 parent 85c4b5c commit be9bf1c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions vraptor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
<version>1.7.5</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.vidageek</groupId>
<artifactId>mirror</artifactId>
Expand All @@ -70,6 +63,12 @@
<artifactId>xstream</artifactId>
<version>1.4.4</version>
</dependency>

<dependency>
<groupId>com.headius</groupId>
<artifactId>invokebinder</artifactId>
<version>1.2</version>
</dependency>
<!-- /mandatory -->

<!-- [cdi] -->
Expand Down Expand Up @@ -160,6 +159,7 @@
<optional>true</optional>
</dependency>

<!-- provided by servlet containers -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
Expand All @@ -182,6 +182,13 @@
</dependency>

<!-- test libs -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
Expand Down Expand Up @@ -227,12 +234,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.headius</groupId>
<artifactId>invokebinder</artifactId>
<version>1.2</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit be9bf1c

Please sign in to comment.