diff options
4 files changed, 0 insertions, 38 deletions
diff --git a/branches/sca-equinox/modules/binding-sca-xml/pom.xml b/branches/sca-equinox/modules/binding-sca-xml/pom.xml index e27926d1ab..ccd8ac82dc 100644 --- a/branches/sca-equinox/modules/binding-sca-xml/pom.xml +++ b/branches/sca-equinox/modules/binding-sca-xml/pom.xml @@ -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> diff --git a/branches/sca-equinox/modules/binding-sca/pom.xml b/branches/sca-equinox/modules/binding-sca/pom.xml index c8af2d4628..8cafd49815 100644 --- a/branches/sca-equinox/modules/binding-sca/pom.xml +++ b/branches/sca-equinox/modules/binding-sca/pom.xml @@ -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> diff --git a/branches/sca-equinox/modules/endpoint/pom.xml b/branches/sca-equinox/modules/endpoint/pom.xml index 95cfabf25d..c1cd932751 100644 --- a/branches/sca-equinox/modules/endpoint/pom.xml +++ b/branches/sca-equinox/modules/endpoint/pom.xml @@ -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> diff --git a/branches/sca-equinox/modules/implementation-script-runtime/pom.xml b/branches/sca-equinox/modules/implementation-script-runtime/pom.xml index d590ebb4c4..a664076f22 100644 --- a/branches/sca-equinox/modules/implementation-script-runtime/pom.xml +++ b/branches/sca-equinox/modules/implementation-script-runtime/pom.xml @@ -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>
|