Author: jsdelfino
Date: Sun Oct 12 15:40:34 2008
New Revision: 703891
URL: http://svn.apache.org/viewvc?rev=703891&view=rev
Log:
Removed unused dependencies on easymock to avoid dragging it into the
thirdparty bundle.
Modified:
tuscany/branches/sca-equinox/modules/binding-sca-xml/pom.xml
tuscany/branches/sca-equinox/modules/binding-sca/pom.xml
tuscany/branches/sca-equinox/modules/endpoint/pom.xml
tuscany/branches/sca-equinox/modules/implementation-script-runtime/pom.xml
Modified: tuscany/branches/sca-equinox/modules/binding-sca-xml/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/binding-sca-xml/pom.xml?rev=703891&r1=703890&r2=703891&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/binding-sca-xml/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/binding-sca-xml/pom.xml Sun Oct 12
15:40:34 2008
@@ -44,14 +44,6 @@
<artifactId>tuscany-binding-sca</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
-
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>2.2</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
Modified: tuscany/branches/sca-equinox/modules/binding-sca/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/binding-sca/pom.xml?rev=703891&r1=703890&r2=703891&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/binding-sca/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/binding-sca/pom.xml Sun Oct 12
15:40:34 2008
@@ -61,14 +61,6 @@
<artifactId>tuscany-contribution-impl</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
-
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>2.2</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
Modified: tuscany/branches/sca-equinox/modules/endpoint/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/endpoint/pom.xml?rev=703891&r1=703890&r2=703891&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/endpoint/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/endpoint/pom.xml Sun Oct 12 15:40:34
2008
@@ -83,14 +83,6 @@
<version>1.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
-
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>2.2</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
Modified:
tuscany/branches/sca-equinox/modules/implementation-script-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/implementation-script-runtime/pom.xml?rev=703891&r1=703890&r2=703891&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/implementation-script-runtime/pom.xml
(original)
+++ tuscany/branches/sca-equinox/modules/implementation-script-runtime/pom.xml
Sun Oct 12 15:40:34 2008
@@ -106,20 +106,6 @@
</dependency>
<dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>2.2</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymockclassextension</artifactId>
- <version>2.2</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
<version>1.4-SNAPSHOT</version>