[LOGBack-dev] svn commit: r481 - in logback/trunk: . logback-classic

noreply.seb at qos.ch noreply.seb at qos.ch
Thu Aug 24 10:03:09 CEST 2006


Author: seb
Date: Thu Aug 24 10:03:08 2006
New Revision: 481

Modified:
   logback/trunk/logback-classic/pom.xml
   logback/trunk/pom.xml
Log:
added javax.mail dependency to the poms

Modified: logback/trunk/logback-classic/pom.xml
==============================================================================
--- logback/trunk/logback-classic/pom.xml	(original)
+++ logback/trunk/logback-classic/pom.xml	Thu Aug 24 10:03:08 2006
@@ -36,6 +36,12 @@
 			<artifactId>logback-core</artifactId>
 			<scope>compile</scope>
 		</dependency>
+			
+		<dependency>
+			<groupId>javax.mail</groupId>
+			<artifactId>mail</artifactId>
+			<scope>compile</scope>
+		</dependency>
 
 		<dependency>
 			<groupId>ch.qos.logback</groupId>

Modified: logback/trunk/pom.xml
==============================================================================
--- logback/trunk/pom.xml	(original)
+++ logback/trunk/pom.xml	Thu Aug 24 10:03:08 2006
@@ -57,6 +57,14 @@
 				<version>2.4.3</version>
 			</dependency>
 			
+			<!-- Classic Module Dependencies -->
+			<dependency>
+			  <groupId>javax.mail</groupId>
+			  <artifactId>mail</artifactId>
+			  <version>1.4</version>
+		  </dependency>
+
+			
 			<!-- Access Module Dependencies -->
 			<dependency>
 				<groupId>tomcat</groupId>



More information about the logback-dev mailing list