You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/08/28 22:21:06 UTC

svn commit: r1518356 - /cxf/branches/2.7.x-fixes/parent/pom.xml

Author: dkulp
Date: Wed Aug 28 20:21:06 2013
New Revision: 1518356

URL: http://svn.apache.org/r1518356
Log:
Add a version for a samples dep

Modified:
    cxf/branches/2.7.x-fixes/parent/pom.xml

Modified: cxf/branches/2.7.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/parent/pom.xml?rev=1518356&r1=1518355&r2=1518356&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/parent/pom.xml Wed Aug 28 20:21:06 2013
@@ -769,6 +769,11 @@
                 <version>${cxf.slf4j.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>jcl-over-slf4j</artifactId>
+                <version>${cxf.slf4j.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-server</artifactId>
                 <version>${cxf.jetty.version}</version>