diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-20 11:12:46 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-20 11:12:46 +0000 |
commit | 1ed17a55b2053dfd20fd6652029e306f5b65f33f (patch) | |
tree | e0d79736e9dabb5a29c938ac15aaac55c912545e /sca-java-2.x/trunk/itest/builder | |
parent | e1c9d2e0c1ae1602280fca032a8b9488398d2b4d (diff) |
Update to use junit 4.8.1 and add explicit surefire plugin configs which disable paralell test running on the modules that currently don't work with that
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/builder')
-rw-r--r-- | sca-java-2.x/trunk/itest/builder/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/itest/builder/pom.xml b/sca-java-2.x/trunk/itest/builder/pom.xml index 0caed4e534..532a0a9f88 100644 --- a/sca-java-2.x/trunk/itest/builder/pom.xml +++ b/sca-java-2.x/trunk/itest/builder/pom.xml @@ -104,13 +104,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>test</scope> - </dependency> - </dependencies> <build> |