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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 12 14:54:48 EDT 2012


Author: manaRH
Date: 2012-10-12 14:54:48 -0400 (Fri, 12 Oct 2012)
New Revision: 15291

Modified:
   branches/enterprise/WFK-2_1/bom/pom.xml
Log:
fixed mgmt of transitive deps - guice:1.0

Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml	2012-10-12 18:31:39 UTC (rev 15290)
+++ branches/enterprise/WFK-2_1/bom/pom.xml	2012-10-12 18:54:48 UTC (rev 15291)
@@ -684,6 +684,12 @@
 					</exclusion>
 				</exclusions>
 			</dependency>
+         <dependency>
+            <groupId>com.google.code.guice</groupId>
+            <artifactId>guice</artifactId>
+            <version>1.0</version>
+         </dependency>
+
 			<!--  rewriting version in   pom --> 
 			<dependency>
 			   <groupId>org.apache.httpcomponents</groupId>



More information about the seam-commits mailing list