[logback-dev] svn commit: r1212 - in logback/trunk: log4j-bridge/compatibility/lib logback-core

noreply.seb at qos.ch noreply.seb at qos.ch
Fri Jan 12 17:50:26 CET 2007


Author: seb
Date: Fri Jan 12 17:50:25 2007
New Revision: 1212

Added:
   logback/trunk/log4j-bridge/compatibility/lib/log4j-bridge-0.8.jar   (contents, props changed)
   logback/trunk/log4j-bridge/compatibility/lib/logback-classic-0.8.jar   (contents, props changed)
   logback/trunk/log4j-bridge/compatibility/lib/logback-core-0.8.jar   (contents, props changed)
Modified:
   logback/trunk/logback-core/pom.xml

Log:
Added jars for compatibility test
Added dependency to pom 

Added: logback/trunk/log4j-bridge/compatibility/lib/log4j-bridge-0.8.jar
==============================================================================
Binary file. No diff available.

Added: logback/trunk/log4j-bridge/compatibility/lib/logback-classic-0.8.jar
==============================================================================
Binary file. No diff available.

Added: logback/trunk/log4j-bridge/compatibility/lib/logback-core-0.8.jar
==============================================================================
Binary file. No diff available.

Modified: logback/trunk/logback-core/pom.xml
==============================================================================
--- logback/trunk/logback-core/pom.xml	(original)
+++ logback/trunk/logback-core/pom.xml	Fri Jan 12 17:50:25 2007
@@ -41,6 +41,10 @@
 			<artifactId>mail</artifactId>
 			<scope>provided</scope>
 		</dependency>
+		<dependency>
+			<groupId>javax.jms</groupId>
+			<artifactId>jms</artifactId>
+		</dependency>
 	</dependencies>
 
 



More information about the logback-dev mailing list