camel-azure, camel-hipchat, camel-ibatis: remove unused easymock test dependency
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/68a73a30 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/68a73a30 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/68a73a30 Branch: refs/heads/master Commit: 68a73a30c8bce5f5ff84faf167319d0b9024bc63 Parents: 1bf7b9f Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Wed Sep 27 23:20:01 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Sep 28 08:50:14 2017 +0200 ---------------------------------------------------------------------- components/camel-azure/pom.xml | 6 ------ components/camel-hipchat/pom.xml | 5 ----- components/camel-ibatis/pom.xml | 5 ----- 3 files changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/68a73a30/components/camel-azure/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-azure/pom.xml b/components/camel-azure/pom.xml index aafb6c3..bb4da12 100644 --- a/components/camel-azure/pom.xml +++ b/components/camel-azure/pom.xml @@ -62,11 +62,5 @@ <artifactId>camel-test-spring</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymock</artifactId> - <version>${easymock-version}</version> - <scope>test</scope> - </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/camel/blob/68a73a30/components/camel-hipchat/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hipchat/pom.xml b/components/camel-hipchat/pom.xml index dcc1be2..1427cf5 100644 --- a/components/camel-hipchat/pom.xml +++ b/components/camel-hipchat/pom.xml @@ -85,11 +85,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymock</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/camel/blob/68a73a30/components/camel-ibatis/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ibatis/pom.xml b/components/camel-ibatis/pom.xml index bf8af28..ac796e2 100644 --- a/components/camel-ibatis/pom.xml +++ b/components/camel-ibatis/pom.xml @@ -79,11 +79,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymock</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project>