[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Nov 17 11:07:22 EST 2013


Author: rdw
Date: Sun Nov 17 11:07:22 2013
New Revision: 180

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=180&view=rev
Log:
JPAR-38  For some reason the update to logback 1.0.13 requires that we specify logback-core as a run time dependency.  It should have been there anyway.

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=180&r1=179&r2=180&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Sun Nov 17 11:07:22 2013
@@ -26,6 +26,7 @@
         <httpclient.version>4.3.1</httpclient.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
         <jetty.version>9.0.3.v20130506</jetty.version>
+        <logback.version>1.0.13</logback.version>
         <shibboleth.java-support.version>2.1-SNAPSHOT</shibboleth.java-support.version>
         <shibboleth.spring-extensions.version>1.2-SNAPSHOT</shibboleth.spring-extensions.version>
         <slf4j.groupId>org.slf4j</slf4j.groupId>
@@ -201,7 +202,7 @@
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
-                <version>1.0.13</version>
+                <version>${logback.version}</version>
             </dependency>
             <dependency>
                 <!-- needed for logback SMTP appender -->
@@ -379,6 +380,12 @@
                 <version>1.0.3</version>
                 <scope>runtime</scope>
             </dependency>
+	        <dependency>
+	            <groupId>ch.qos.logback</groupId>
+	            <artifactId>logback-core</artifactId>
+	            <version>${logback.version}</version>
+	            <scope>runtime</scope>
+	        </dependency>
 
             <!-- Test dependencies -->
             <dependency>



More information about the commits mailing list