diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 15:15:31 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 15:15:31 +0000 |
commit | 7fdbdaada500b9bcb9699eb8fabb8927bbbb0857 (patch) | |
tree | 6f7300d5a2b7fdc92d3af5b6a7fd9ebbf9e0b53f /otest | |
parent | 3a66f349a37e660a20d58825da0e04d8804fc4b9 (diff) |
Update to junit 4.8.1 so the surefire parralell test running works
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest')
-rw-r--r-- | otest/newlayout/tuscany-java-caa-test-runner/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otest/newlayout/tuscany-java-caa-test-runner/pom.xml b/otest/newlayout/tuscany-java-caa-test-runner/pom.xml index 3d6ffe6ec8..6a95934a64 100644 --- a/otest/newlayout/tuscany-java-caa-test-runner/pom.xml +++ b/otest/newlayout/tuscany-java-caa-test-runner/pom.xml @@ -80,7 +80,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.5</version> + <version>4.8.1</version> <scope>test</scope> </dependency> |