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/07/18 19:18:15 UTC

svn commit: r1504539 - /cxf/trunk/services/sts/sts-core/pom.xml

Author: dkulp
Date: Thu Jul 18 17:18:15 2013
New Revision: 1504539

URL: http://svn.apache.org/r1504539
Log:
Mark logback optional

Modified:
    cxf/trunk/services/sts/sts-core/pom.xml

Modified: cxf/trunk/services/sts/sts-core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/sts/sts-core/pom.xml?rev=1504539&r1=1504538&r2=1504539&view=diff
==============================================================================
--- cxf/trunk/services/sts/sts-core/pom.xml (original)
+++ cxf/trunk/services/sts/sts-core/pom.xml Thu Jul 18 17:18:15 2013
@@ -102,12 +102,14 @@
             <artifactId>log4j</artifactId>
             <version>1.2.17</version>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
             <version>1.0.13</version>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
              
    </dependencies>