[seam-commits] Seam SVN: r14816 - branches/enterprise/WFK-2_0/functional-tests.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 30 07:40:50 EDT 2012


Author: manaRH
Date: 2012-05-30 07:40:49 -0400 (Wed, 30 May 2012)
New Revision: 14816

Modified:
   branches/enterprise/WFK-2_0/functional-tests/pom.xml
Log:
managing netty version in functional-tests

Modified: branches/enterprise/WFK-2_0/functional-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/functional-tests/pom.xml	2012-05-30 10:51:06 UTC (rev 14815)
+++ branches/enterprise/WFK-2_0/functional-tests/pom.xml	2012-05-30 11:40:49 UTC (rev 14816)
@@ -47,6 +47,11 @@
     			<artifactId>httpmime</artifactId>
     			<version>4.1.3-redhat-1</version>
     		</dependency>
+    		<dependency>
+    		    <groupId>org.jboss.netty</groupId>
+    		    <artifactId>netty</artifactId>
+    		    <version>3.2.6.Final-redhat-1</version>
+    		</dependency>
     	</dependencies>
     </dependencyManagement>
 </project>



More information about the seam-commits mailing list