Repository: camel
Updated Branches:
  refs/heads/master 8d6b53ff4 -> c2edf203d


CAMEL-11869: Removed unused declared dependencies from camel-consul


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c2edf203
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c2edf203
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c2edf203

Branch: refs/heads/master
Commit: c2edf203d7a9bd193de3440fd7113a1cfbdc71a5
Parents: 8d6b53f
Author: aldettinger <aldettin...@gmail.com>
Authored: Tue Oct 17 17:52:17 2017 +0200
Committer: aldettinger <aldettin...@gmail.com>
Committed: Tue Oct 17 17:53:23 2017 +0200

----------------------------------------------------------------------
 components/camel-consul/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c2edf203/components/camel-consul/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-consul/pom.xml b/components/camel-consul/pom.xml
index 6be1022..c0d94e3 100644
--- a/components/camel-consul/pom.xml
+++ b/components/camel-consul/pom.xml
@@ -94,18 +94,6 @@
       <artifactId>log4j-slf4j-impl</artifactId>
       <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>
   </dependencies>
 
 

Reply via email to