BATCH-794: Added Surefire config for SpringSource Repository

This commit is contained in:
dsyer
2009-01-10 16:10:42 +00:00
parent 191c0d7cd7
commit d70cbba4e3
9 changed files with 20 additions and 22 deletions

View File

@@ -56,9 +56,9 @@
</profiles>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
<version>4.4.0</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -83,4 +83,5 @@ fallback
idempotent
reconstitute
async
stash
submitter

11
pom.xml
View File

@@ -396,6 +396,7 @@
<excludes>
<exclude>**/Abstract*.java</exclude>
</excludes>
<junitArtifactName>org.junit:com.springsource.org.junit</junitArtifactName>
</configuration>
</plugin>
<plugin>
@@ -432,13 +433,9 @@
<version>1.5.4</version>
</dependency>
<dependency>
<!--
Don't use the com.springsource one - surefire is broken in some
strange way
-->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
<version>4.4.0</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -48,8 +48,8 @@
<artifactId>com.springsource.org.easymock</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>

View File

@@ -89,8 +89,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
</dependency>
<dependency>
<groupId>org.easymock</groupId>

View File

@@ -54,8 +54,8 @@
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
</dependency>
<dependency>
<groupId>org.easymock</groupId>

View File

@@ -66,8 +66,8 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
</dependency>
<dependency>
<groupId>org.apache.log4j</groupId>

View File

@@ -39,8 +39,8 @@
<artifactId>com.springsource.org.easymock</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
</dependency>
<dependency>
<groupId>org.springmodules</groupId>

View File

@@ -21,8 +21,8 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>