summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest
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
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')
-rw-r--r--branches/sca-java-1.x/itest/corba/pom.xml12
-rw-r--r--branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml1
-rw-r--r--branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml3
-rw-r--r--branches/sca-java-1.x/itest/policy-security-token/pom.xml3
-rw-r--r--branches/sca-java-1.x/itest/policy-security/pom.xml3
5 files changed, 10 insertions, 12 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>
diff --git a/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml b/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
index 0aa7107313..c78a7e47d8 100644
--- a/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
+++ b/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
@@ -108,6 +108,5 @@
<version>1.6.1</version>
<scope>test</scope>
</dependency>
-
</dependencies>
</project>
diff --git a/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml b/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml
index e14b4a3d17..cd64e65167 100644
--- a/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml
+++ b/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml
@@ -68,8 +68,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
+ <scope>test</scope>
</dependency>
-
-
</dependencies>
</project>
diff --git a/branches/sca-java-1.x/itest/policy-security-token/pom.xml b/branches/sca-java-1.x/itest/policy-security-token/pom.xml
index e123cf4885..fc114918e0 100644
--- a/branches/sca-java-1.x/itest/policy-security-token/pom.xml
+++ b/branches/sca-java-1.x/itest/policy-security-token/pom.xml
@@ -98,7 +98,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.2</version>
+ <version>4.5</version>
+ <scope>test</scope>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.x/itest/policy-security/pom.xml b/branches/sca-java-1.x/itest/policy-security/pom.xml
index d6f9f8e93a..ce7842d5c6 100644
--- a/branches/sca-java-1.x/itest/policy-security/pom.xml
+++ b/branches/sca-java-1.x/itest/policy-security/pom.xml
@@ -61,8 +61,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
+ <scope>test</scope>
</dependency>
-
-
</dependencies>
</project>