[weld-commits] Weld SVN: r5162 - archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Nov 28 10:48:12 EST 2009


Author: dan.j.allen
Date: 2009-11-28 10:48:12 -0500 (Sat, 28 Nov 2009)
New Revision: 5162

Modified:
   archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
Log:
fix missing version for glassfish el (needs to be fixed upstream)


Modified: archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml	2009-11-28 15:43:24 UTC (rev 5161)
+++ archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml	2009-11-28 15:48:12 UTC (rev 5162)
@@ -83,6 +83,9 @@
       <dependency>
          <groupId>org.glassfish.web</groupId>
          <artifactId>el-impl</artifactId>
+         <scope>runtime</scope>
+         <!-- FIXME this version should be in the Weld API BOM -->
+         <version>2.1.2-b04</version>
          <exclusions>
             <exclusion>
                <groupId>javax.el</groupId>



More information about the weld-commits mailing list