You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/09/03 00:45:33 UTC

svn commit: r810721 - in /tuscany/branches/sca-java-1.5.1/itest: corba/pom.xml policy-security-basicauth/pom.xml policy-security-jsr250/pom.xml policy-security-token/pom.xml policy-security/pom.xml

Author: lresende
Date: Wed Sep  2 22:45:23 2009
New Revision: 810721

URL: http://svn.apache.org/viewvc?rev=810721&view=rev
Log:
Fixing jUnit scope for some iTest projects

Modified:
    tuscany/branches/sca-java-1.5.1/itest/corba/pom.xml
    tuscany/branches/sca-java-1.5.1/itest/policy-security-basicauth/pom.xml
    tuscany/branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml
    tuscany/branches/sca-java-1.5.1/itest/policy-security-token/pom.xml
    tuscany/branches/sca-java-1.5.1/itest/policy-security/pom.xml

Modified: tuscany/branches/sca-java-1.5.1/itest/corba/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/itest/corba/pom.xml?rev=810721&r1=810720&r2=810721&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/itest/corba/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/itest/corba/pom.xml Wed Sep  2 22:45:23 2009
@@ -106,15 +106,14 @@
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-databinding-sdo</artifactId>
 			<version>1.5.1-SNAPSHOT</version>
-			<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.5.1/itest/policy-security-basicauth/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/itest/policy-security-basicauth/pom.xml?rev=810721&r1=810720&r2=810721&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/itest/policy-security-basicauth/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/itest/policy-security-basicauth/pom.xml Wed Sep  2 22:45:23 2009
@@ -100,6 +100,7 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>
+            <scope>test</scope>
         </dependency>
         
         <dependency>

Modified: tuscany/branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml?rev=810721&r1=810720&r2=810721&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml Wed Sep  2 22:45:23 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.5.1/itest/policy-security-token/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/itest/policy-security-token/pom.xml?rev=810721&r1=810720&r2=810721&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/itest/policy-security-token/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/itest/policy-security-token/pom.xml Wed Sep  2 22:45:23 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.5.1/itest/policy-security/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/itest/policy-security/pom.xml?rev=810721&r1=810720&r2=810721&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/itest/policy-security/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/itest/policy-security/pom.xml Wed Sep  2 22:45:23 2009
@@ -61,8 +61,7 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>
+            <scope>test</scope>
         </dependency>
-
-
     </dependencies>
 </project>