summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/corba/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-02 22:29:52 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-02 22:29:52 +0000
commitaeced4f9056245b0f0c8464fbf7bbc6e1131be43 (patch)
tree93c5c42e54e29813bf3cb031d4de1bf76c572f1e /branches/sca-java-1.x/itest/corba/pom.xml
parent8f89f16ccc43b38cdb42f64efc7396aa64b9a1f7 (diff)
Fixing jUnit scope for some iTest projects
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/corba/pom.xml')
-rw-r--r--branches/sca-java-1.x/itest/corba/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/branches/sca-java-1.x/itest/corba/pom.xml b/branches/sca-java-1.x/itest/corba/pom.xml
index fee9eafba8..bdb17e791a 100644
--- a/branches/sca-java-1.x/itest/corba/pom.xml
+++ b/branches/sca-java-1.x/itest/corba/pom.xml
@@ -109,12 +109,12 @@
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>compile</scope>
- </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>