Repository: camel Updated Branches: refs/heads/master c0f063c76 -> 8b729a206
CAMEL-11869: Removed unused declared dependencies from camel-caffeine Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8b729a20 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8b729a20 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8b729a20 Branch: refs/heads/master Commit: 8b729a206fb93c54a68bda732f3d89eac49774f3 Parents: c0f063c Author: aldettinger <[email protected]> Authored: Mon Oct 16 19:30:11 2017 +0200 Committer: aldettinger <[email protected]> Committed: Mon Oct 16 19:30:11 2017 +0200 ---------------------------------------------------------------------- components/camel-caffeine/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8b729a20/components/camel-caffeine/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-caffeine/pom.xml b/components/camel-caffeine/pom.xml index d0dab6d..f554a9b 100644 --- a/components/camel-caffeine/pom.xml +++ b/components/camel-caffeine/pom.xml @@ -79,18 +79,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>${mockito-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>java-hamcrest</artifactId> - <version>${hamcrest-version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${metrics-version}</version>
