[seam-commits] Seam SVN: r15554 - branches/enterprise/WFK-2_1/bom.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 6 12:13:29 EDT 2013


Author: manaRH
Date: 2013-06-06 12:13:29 -0400 (Thu, 06 Jun 2013)
New Revision: 15554

Modified:
   branches/enterprise/WFK-2_1/bom/pom.xml
Log:
added a few depmgmt for transitive deps

Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml	2013-06-05 14:15:47 UTC (rev 15553)
+++ branches/enterprise/WFK-2_1/bom/pom.xml	2013-06-06 16:13:29 UTC (rev 15554)
@@ -38,7 +38,7 @@
 		<version.spring>3.1.4.RELEASE</version.spring>
 		<version.jsf2>2.1.19-redhat-1</version.jsf2>
 		<!-- <version.webdriver>0.9.7376</version.webdriver> -->
-		<version.infinispan>5.1.8.Final-redhat-1</version.infinispan>
+		<version.infinispan>5.2.6.Final-redhat-1</version.infinispan>
 		<version.junit>4.10</version.junit>
 		<version.testng>5.14.10</version.testng>
 		<version.org.jboss.bom>1.0.4.Final-redhat-wfk-2</version.org.jboss.bom>
@@ -80,6 +80,18 @@
 				<scope>import</scope>
 			</dependency>
 
+			<dependency>
+				<groupId>org.slf4j</groupId>
+				<artifactId>jcl-over-slf4j</artifactId>
+				<version>1.7.2-redhat-1</version>
+			</dependency>
+			
+			<dependency>
+				<groupId>org.slf4j</groupId>
+				<artifactId>slf4j-api</artifactId>
+				<version>1.7.2-redhat-1</version>
+			</dependency>
+						
 			<!-- managed hibernate-commons-annotations here to overwrite usage of 
 				other versions in transitive deps -->
 			<dependency>
@@ -678,7 +690,7 @@
 			<dependency>
 				<groupId>xerces</groupId>
 				<artifactId>xercesImpl</artifactId>
-				<version>2.9.1-redhat-3</version>
+				<version>2.9.1-redhat-4</version>
 			</dependency>
 
 			<dependency>
@@ -703,7 +715,7 @@
 			<dependency>
 				<groupId>dom4j</groupId>
 				<artifactId>dom4j</artifactId>
-				<version>1.6.1-redhat-3</version>
+				<version>1.6.1-redhat-5</version>
 				<exclusions>
 					<exclusion>
 						<groupId>xml-apis</groupId>



More information about the seam-commits mailing list