Author: dkulp
Date: Wed Sep  4 18:33:31 2013
New Revision: 1520093

URL: http://svn.apache.org/r1520093
Log:
Add jcl-over-slf4j

Modified:
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml

Modified: 
cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml?rev=1520093&r1=1520092&r2=1520093&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml 
(original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml 
Wed Sep  4 18:33:31 2013
@@ -224,5 +224,9 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+        </dependency>
     </dependencies>
 </project>


Reply via email to