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 2010/11/16 21:49:30 UTC

svn commit: r1035805 - in /cxf/branches/2.3.x-fixes: ./ distribution/src/main/release/samples/pom.xml

Author: dkulp
Date: Tue Nov 16 20:49:29 2010
New Revision: 1035805

URL: http://svn.apache.org/viewvc?rev=1035805&view=rev
Log:
Merged revisions 1035796 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1035796 | dkulp | 2010-11-16 15:42:53 -0500 (Tue, 16 Nov 2010) | 2 lines
  
  Make sure all the samples bring in a slf4j that will actually log
  someplace
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Nov 16 20:49:29 2010
@@ -1 +1 @@
-/cxf/trunk:1-1022155,1022157-1023401,1023420-1030540,1030542-1031074,1031076-1033529,1033531,1033533-1033888,1033890-1033925,1033927-1034174,1034637,1035203,1035206,1035220,1035302,1035377,1035391,1035428,1035559,1035614,1035787
+/cxf/trunk:1-1022155,1022157-1023401,1023420-1030540,1030542-1031074,1031076-1033529,1033531,1033533-1033888,1033890-1033925,1033927-1034174,1034637,1035203,1035206,1035220,1035302,1035377,1035391,1035428,1035559,1035614,1035787,1035796

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml?rev=1035805&r1=1035804&r2=1035805&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml Tue Nov 16 20:49:29 2010
@@ -30,12 +30,19 @@
         <maven.deploy.skip>true</maven.deploy.skip>
     </properties>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+        </dependency>
+    </dependencies>
+
     <modules>
         <module>in_jvm_transport</module>
         <module>js_browser_client_simple</module>
         <module>js_browser_client_java_first</module>
         <module>java_first_jaxws_factory_bean</module>
-	<module>java_first_jms</module>
+        <module>java_first_jms</module>
         <module>jax_rs/content_negotiation</module>
         <module>jax_rs/basic_https</module>
         <module>jax_rs/basic</module>