[utilities COMMIT] /java-support/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 12 14:28:17 EDT 2012


Author: tzeller
Date: Fri Oct 12 14:28:17 2012
New Revision: 294

URL: http://svn.shibboleth.net/view/utilities?rev=294&view=rev
Log:
Fixed project build by making ch.qos.logback.logback-classic a compile rather than test dependency.

Modified:
    java-support/trunk/pom.xml

Modified: java-support/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/pom.xml?rev=294&r1=293&r2=294&view=diff
==============================================================================
--- java-support/trunk/pom.xml (original)
+++ java-support/trunk/pom.xml Fri Oct 12 14:28:17 2012
@@ -15,11 +15,11 @@
     <artifactId>java-support</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
-    
+
     <properties>
         <svn.relative.location>/utilities</svn.relative.location>
     </properties>
-    
+
     <repositories>
         <repository>
             <id>shib-release</id>
@@ -39,6 +39,10 @@
 
     <dependencies>
         <!-- Compile Dependencies -->
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+        </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
@@ -76,11 +80,6 @@
 
         <!-- Test Dependencies -->
         <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-test</artifactId>
         </dependency>



More information about the commits mailing list