Skip to content

Commit

Permalink
FORGE-1260: Upgraded to Maven 3.1.1 (missing arquillian)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 15, 2013
1 parent 0a3a21d commit d128c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-harness/arquillian/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit d128c6c

Please sign in to comment.