[seam-commits] Seam SVN: r12694 - in modules/jms/trunk: impl and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu May 6 23:50:12 EDT 2010


Author: jganoff
Date: 2010-05-06 23:50:12 -0400 (Thu, 06 May 2010)
New Revision: 12694

Modified:
   modules/jms/trunk/impl/pom.xml
   modules/jms/trunk/pom.xml
Log:
Added slf4j dependency directly.  Transitive dep was not being pulled in with mvn 2.0.10.

Modified: modules/jms/trunk/impl/pom.xml
===================================================================
--- modules/jms/trunk/impl/pom.xml	2010-05-07 03:17:44 UTC (rev 12693)
+++ modules/jms/trunk/impl/pom.xml	2010-05-07 03:50:12 UTC (rev 12694)
@@ -62,6 +62,11 @@
 			<version>${arquillian.version}</version>
 			<scope>test</scope>
 		</dependency>
+
+      <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-api</artifactId>
+      </dependency>
 	</dependencies>
 
 	<profiles>

Modified: modules/jms/trunk/pom.xml
===================================================================
--- modules/jms/trunk/pom.xml	2010-05-07 03:17:44 UTC (rev 12693)
+++ modules/jms/trunk/pom.xml	2010-05-07 03:50:12 UTC (rev 12694)
@@ -241,6 +241,12 @@
 				<artifactId>seam-jms-impl</artifactId>
 				<version>${seam.jms.version}</version>
 			</dependency>
+   
+         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.5.10</version>
+         </dependency>
 		</dependencies>
 	</dependencyManagement>
 



More information about the seam-commits mailing list