[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Aug 20 15:28:15 EDT 2014
Author: scantor
Date: Wed Aug 20 15:28:15 2014
New Revision: 285
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=285&view=rev
Log:
Add dependency on logback-access for later use by Jetty.
Modified:
java-parent-project-v3/trunk/pom.xml
Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=285&r1=284&r2=285&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Wed Aug 20 15:28:15 2014
@@ -348,6 +348,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
+ <version>${logback.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-access</artifactId>
<version>${logback.version}</version>
<scope>runtime</scope>
</dependency>
More information about the commits
mailing list