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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 19 04:28:32 EDT 2012


Author: manaRH
Date: 2012-10-19 04:28:32 -0400 (Fri, 19 Oct 2012)
New Revision: 15301

Modified:
   branches/enterprise/WFK-2_1/pom.xml
Log:
added managed httpmime and xalan for htmlunit test dependencies

Modified: branches/enterprise/WFK-2_1/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/pom.xml	2012-10-19 08:28:25 UTC (rev 15300)
+++ branches/enterprise/WFK-2_1/pom.xml	2012-10-19 08:28:32 UTC (rev 15301)
@@ -141,7 +141,16 @@
 				<artifactId>jboss-as-arquillian-container-remote</artifactId>
 				<version>${version.jbossas7}</version>
 			</dependency>
-			
+			<dependency>
+				<groupId>xalan</groupId>
+				<artifactId>xalan</artifactId>
+				<version>2.7.1-redhat-1</version>				
+			</dependency>
+			<dependency>
+				<groupId>org.apache.httpcomponents</groupId>
+				<artifactId>httpmime</artifactId>
+				<version>4.1.3-redhat-1</version>
+			</dependency>			
 		</dependencies>
 	</dependencyManagement>
 



More information about the seam-commits mailing list