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/30 23:47:07 UTC

[5/7] servicemix git commit: SM-2848: cxf-wsn-client client fails due to wrong slf4j version

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/fecbbce8
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/fecbbce8
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/fecbbce8

Branch: refs/heads/master
Commit: fecbbce85f2ae8413d5a52552efcbd9694541382
Parents: 7bc0b37
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Sat Jan 30 22:54:42 2016 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Sat Jan 30 22:54:42 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/fecbbce8/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 81a771c..59c08ec 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>