You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/10/13 00:44:44 UTC

svn commit: r703894 - in /tuscany/branches/sca-equinox: itest/pom.xml modules/implementation-bpel-ode/pom.xml modules/pom.xml

Author: jsdelfino
Date: Sun Oct 12 15:44:44 2008
New Revision: 703894

URL: http://svn.apache.org/viewvc?rev=703894&view=rev
Log:
Removed more dependencies on easymock.

Modified:
    tuscany/branches/sca-equinox/itest/pom.xml
    tuscany/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml
    tuscany/branches/sca-equinox/modules/pom.xml

Modified: tuscany/branches/sca-equinox/itest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/itest/pom.xml?rev=703894&r1=703893&r2=703894&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/itest/pom.xml (original)
+++ tuscany/branches/sca-equinox/itest/pom.xml Sun Oct 12 15:44:44 2008
@@ -36,13 +36,6 @@
             <version>4.5</version>
             <scope>compile</scope>
         </dependency>
-
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <version>2.4</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <properties>

Modified: tuscany/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml?rev=703894&r1=703893&r2=703894&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml Sun Oct 12 15:44:44 2008
@@ -111,12 +111,6 @@
 			<version>3.8.1</version>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>org.easymock</groupId>
-			<artifactId>easymock</artifactId>
-			<version>2.2</version>
-			<scope>test</scope>
-		</dependency>
 		
 		<!-- ODE Jars -->
 		<dependency>

Modified: tuscany/branches/sca-equinox/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/pom.xml?rev=703894&r1=703893&r2=703894&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/pom.xml Sun Oct 12 15:44:44 2008
@@ -173,13 +173,6 @@
             <version>4.5</version>
             <scope>test</scope>
         </dependency>
-
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <version>2.4</version>
-            <scope>test</scope>
-        </dependency>        
     </dependencies>