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:25:17 UTC

svn commit: r1504549 - /cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml

Author: dkulp
Date: Thu Jul 18 17:25:16 2013
New Revision: 1504549

URL: http://svn.apache.org/r1504549
Log:
Merged revisions 1504539 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1504539 | dkulp | 2013-07-18 13:18:15 -0400 (Thu, 18 Jul 2013) | 2 lines

  Mark logback optional

........

Modified:
    cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml

Modified: cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml?rev=1504549&r1=1504548&r2=1504549&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml Thu Jul 18 17:25:16 2013
@@ -98,12 +98,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>