You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2016/01/31 00:09:04 UTC

servicemix git commit: SM-2848: cxf-wsn-client client fails due to wrong slf4j version

Repository: servicemix
Updated Branches:
  refs/heads/servicemix-6.x eabc6cd4b -> 628d97675


SM-2848: cxf-wsn-client client fails due to wrong slf4j version


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

Branch: refs/heads/servicemix-6.x
Commit: 628d976751caacf51df21567039afad02092ebdf
Parents: eabc6cd
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Sat Jan 30 22:54:42 2016 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Sun Jan 31 00:08:34 2016 +0100

----------------------------------------------------------------------
 examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/628d9767/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml b/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml
index c21ac0d..2450451 100644
--- a/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml
+++ b/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml
@@ -32,8 +32,6 @@
     <artifactId>cxf-wsn-client</artifactId>
     <name>Apache ServiceMix :: Examples :: CXF WSN :: Client</name>
 
-
-
     <dependencies>
         <dependency>
             <groupId>org.apache.cxf</groupId>
@@ -75,6 +73,18 @@
                     <mainClass>org.apache.servicemix.examples.cxf.client.Client</mainClass>
                     <includePluginDependencies>true</includePluginDependencies>
                 </configuration>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.slf4j</groupId>
+                        <artifactId>slf4j-api</artifactId>
+                        <version>${slf4j.version}</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.slf4j</groupId>
+                        <artifactId>slf4j-jdk14</artifactId>
+                        <version>${slf4j.version}</version>
+                    </dependency>
+                </dependencies>
             </plugin>
         </plugins>
     </build>