Skip to content

Commit

Permalink
Downgrade to Surefire 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen authored and stuartwdouglas committed Aug 25, 2011
1 parent 98fe8dd commit 3c81c0b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests-arquillian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,19 +351,13 @@
<artifactId>jboss-as-arquillian-container-managed</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.naming</groupId>
<artifactId>jnp-client</artifactId>
<version>5.0.4.GA</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.10-SNAPSHOT</version>
<version>2.8</version>
<configuration>
<test>${test}</test>
<parallel>none</parallel>
Expand Down

0 comments on commit 3c81c0b

Please sign in to comment.