[java-identity-provider COMMIT] in /trunk: idp-core/pom.xml idp-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Mar 18 07:55:54 EDT 2014
Author: iay
Date: Tue Mar 18 07:55:54 2014
New Revision: 5595
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5595&view=rev
Log:
JPAR-52 rationalise logging dependencies
Modified:
trunk/idp-core/pom.xml
trunk/idp-parent/pom.xml
Modified: trunk/idp-core/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/pom.xml?rev=5595&r1=5594&r2=5595&view=diff
==============================================================================
--- trunk/idp-core/pom.xml (original)
+++ trunk/idp-core/pom.xml Tue Mar 18 07:55:54 2014
@@ -34,6 +34,16 @@
<groupId>${spring.groupId}</groupId>
<artifactId>spring-context</artifactId>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <scope>compile</scope><!-- normally runtime -->
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <scope>compile</scope><!-- normally runtime -->
+ </dependency>
<!-- Provided Dependencies -->
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=5595&r1=5594&r2=5595&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Tue Mar 18 07:55:54 2014
@@ -101,14 +101,6 @@
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
<version>3.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
</dependency>
<dependency>
<!-- needed for logback SMTP appender -->
More information about the commits
mailing list