[logback-dev] svn commit: r639 - logback/trunk/logback-access

noreply.seb at qos.ch noreply.seb at qos.ch
Mon Oct 9 09:15:51 CEST 2006


Author: seb
Date: Mon Oct  9 09:15:51 2006
New Revision: 639

Modified:
   logback/trunk/logback-access/pom.xml

Log:
added logback-core-test dependency

Modified: logback/trunk/logback-access/pom.xml
==============================================================================
--- logback/trunk/logback-access/pom.xml	(original)
+++ logback/trunk/logback-access/pom.xml	Mon Oct  9 09:15:51 2006
@@ -40,6 +40,13 @@
 		</dependency>
 
 		<dependency>
+			<groupId>ch.qos.logback</groupId>
+			<artifactId>logback-core</artifactId>
+			<classifier>tests</classifier>			
+			<scope>test</scope>
+		</dependency>
+		
+		<dependency>
 			<groupId>tomcat</groupId>
 			<artifactId>catalina</artifactId>
 			<scope>compile</scope>



More information about the logback-dev mailing list