[seam-commits] Seam SVN: r7939 - branches/Seam_2_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 14 12:26:15 EDT 2008


Author: norman.richards at jboss.com
Date: 2008-04-14 12:26:15 -0400 (Mon, 14 Apr 2008)
New Revision: 7939

Modified:
   branches/Seam_2_0/build/core.pom.xml
Log:
JBSEAM-2827

Modified: branches/Seam_2_0/build/core.pom.xml
===================================================================
--- branches/Seam_2_0/build/core.pom.xml	2008-04-14 12:26:17 UTC (rev 7938)
+++ branches/Seam_2_0/build/core.pom.xml	2008-04-14 16:26:15 UTC (rev 7939)
@@ -254,6 +254,12 @@
     </dependency>
 
     <dependency>
+        <groupId>org.beanshell</groupId>
+        <artifactId>bsh</artifactId>
+        <optional>true</optional>
+    </dependency>
+
+    <dependency>
       <groupId>org.jboss.el</groupId>
       <artifactId>jboss-el</artifactId>
     </dependency>
@@ -285,4 +291,4 @@
 
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>




More information about the seam-commits mailing list