This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9087c10  CAMEL-11869: Removed unused mockito-core dependency and 
others as well
9087c10 is described below

commit 9087c10e5e001e50efd94460f424857a7d271603
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Sat Nov 18 12:09:35 2017 +0100

    CAMEL-11869: Removed unused mockito-core dependency and others as well
---
 components/camel-soap/pom.xml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 7d82136..836c382 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -71,11 +71,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-spring</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
             <artifactId>camel-cxf</artifactId>
             <scope>test</scope>
         </dependency>
@@ -100,16 +95,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>woodstox-core-asl</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
             <scope>test</scope>
@@ -180,7 +165,7 @@
                                         <bindingFile>
                                             
${basedir}/src/test/resources/org/apache/camel/dataformat/soap/binding.xml
                                         </bindingFile>
-                                    </bindingFiles>                            
        
+                                    </bindingFiles>
                                 </wsdlOption>
                                 <wsdlOption>
                                     <wsdl>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <commits@camel.apache.org>'].

Reply via email to