Author: lresende
Date: Wed Sep 2 22:29:52 2009
New Revision: 810719
URL: http://svn.apache.org/viewvc?rev=810719&view=rev
Log:
Fixing jUnit scope for some iTest projects
Modified:
tuscany/branches/sca-java-1.x/itest/corba/pom.xml
tuscany/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
tuscany/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml
tuscany/branches/sca-java-1.x/itest/policy-security-token/pom.xml
tuscany/branches/sca-java-1.x/itest/policy-security/pom.xml
Modified: tuscany/branches/sca-java-1.x/itest/corba/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/itest/corba/pom.xml?rev=810719&r1=810718&r2=810719&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/itest/corba/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/itest/corba/pom.xml Wed Sep 2 22:29:52 2009
@@ -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>
Modified: tuscany/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml?rev=810719&r1=810718&r2=810719&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml Wed Sep 2 22:29:52
2009
@@ -108,6 +108,5 @@
<version>1.6.1</version>
<scope>test</scope>
</dependency>
-
</dependencies>
</project>
Modified: tuscany/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml?rev=810719&r1=810718&r2=810719&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml Wed Sep 2 22:29:52
2009
@@ -68,8 +68,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
+ <scope>test</scope>
</dependency>
-
-
</dependencies>
</project>
Modified: tuscany/branches/sca-java-1.x/itest/policy-security-token/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/itest/policy-security-token/pom.xml?rev=810719&r1=810718&r2=810719&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/itest/policy-security-token/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/itest/policy-security-token/pom.xml Wed Sep 2 22:29:52
2009
@@ -98,7 +98,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.2</version>
+ <version>4.5</version>
+ <scope>test</scope>
</dependency>
<dependency>
Modified: tuscany/branches/sca-java-1.x/itest/policy-security/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/itest/policy-security/pom.xml?rev=810719&r1=810718&r2=810719&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/itest/policy-security/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/itest/policy-security/pom.xml Wed Sep 2 22:29:52 2009
@@ -61,8 +61,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
+ <scope>test</scope>
</dependency>
-
-
</dependencies>
</project>
|