[jboss-cvs] JBossAS SVN: r91881 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 31 12:17:52 EDT 2009


Author: pgier
Date: 2009-07-31 12:17:52 -0400 (Fri, 31 Jul 2009)
New Revision: 91881

Modified:
   trunk/build/pom.xml
Log:
Put netty dependency in order.

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2009-07-31 15:45:37 UTC (rev 91880)
+++ trunk/build/pom.xml	2009-07-31 16:17:52 UTC (rev 91881)
@@ -209,10 +209,6 @@
       <artifactId>jettison</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.netty</groupId>
-      <artifactId>netty</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-lgpl</artifactId>
     </dependency>
@@ -324,6 +320,10 @@
       <artifactId>jboss-logmanager-log4j</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.netty</groupId>
+      <artifactId>netty</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.seam.integration</groupId>
       <artifactId>jboss-seam-int-jbossas</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list