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

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 18 05:19:45 EST 2013


Author: rdw
Date: Mon Nov 18 05:19:45 2013
New Revision: 184

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=184&view=rev
Log:
JPAR-38  Bring Logback back up to 1.0.13, but this time take the IdP with us.

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=184&r1=183&r2=184&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Mon Nov 18 05:19:45 2013
@@ -26,7 +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.11</logback.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>
@@ -380,12 +380,11 @@
                 <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>
+            <dependency>
+	        <groupId>ch.qos.logback</groupId>
+	        <artifactId>logback-core</artifactId>
+	        <version>${logback.version}</version>
+	    </dependency>
 
             <!-- Test dependencies -->
             <dependency>



More information about the commits mailing list