[seam-commits] Seam SVN: r10890 - modules/trunk/webbeans-bridge.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 11 22:50:00 EDT 2009


Author: dan.j.allen
Date: 2009-05-11 22:50:00 -0400 (Mon, 11 May 2009)
New Revision: 10890

Modified:
   modules/trunk/webbeans-bridge/pom.xml
Log:
reorder


Modified: modules/trunk/webbeans-bridge/pom.xml
===================================================================
--- modules/trunk/webbeans-bridge/pom.xml	2009-05-12 02:46:46 UTC (rev 10889)
+++ modules/trunk/webbeans-bridge/pom.xml	2009-05-12 02:50:00 UTC (rev 10890)
@@ -34,6 +34,11 @@
    </build>
 
    <dependencies>
+      
+      <dependency>
+         <groupId>javax.el</groupId>
+         <artifactId>el-api</artifactId>
+      </dependency>
 
       <dependency>
          <groupId>${seam.groupId}</groupId>
@@ -51,11 +56,6 @@
          <artifactId>webbeans-core</artifactId>
          <scope>provided</scope>
       </dependency>
-      
-      <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-api</artifactId>
-      </dependency>
 
    </dependencies>
 




More information about the seam-commits mailing list