summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/helloworld
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 11:12:46 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 11:12:46 +0000
commit1ed17a55b2053dfd20fd6652029e306f5b65f33f (patch)
treee0d79736e9dabb5a29c938ac15aaac55c912545e /sca-java-2.x/trunk/samples/helloworld
parente1c9d2e0c1ae1602280fca032a8b9488398d2b4d (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 '')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/helloworld/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
index a2068de07c..79de6d513e 100644
--- a/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.5</version>
+ <version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/samples/helloworld/pom.xml b/sca-java-2.x/trunk/samples/helloworld/pom.xml
index e1e8786cdc..cc4e0c497d 100644
--- a/sca-java-2.x/trunk/samples/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.5</version>
+ <version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>