summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/corba/pom.xml
diff options
context:
space:
mode:
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>