[webbeans-commits] Webbeans SVN: r3757 - ri/trunk/version-matrix.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Sep 23 07:11:51 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-09-23 07:11:51 -0400 (Wed, 23 Sep 2009)
New Revision: 3757

Modified:
   ri/trunk/version-matrix/pom.xml
Log:
add some versions for tomcat

Modified: ri/trunk/version-matrix/pom.xml
===================================================================
--- ri/trunk/version-matrix/pom.xml	2009-09-23 03:34:49 UTC (rev 3756)
+++ ri/trunk/version-matrix/pom.xml	2009-09-23 11:11:51 UTC (rev 3757)
@@ -129,6 +129,12 @@
             <artifactId>jsp-api</artifactId>
             <version>2.1</version>
          </dependency>
+         
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jstl</artifactId>
+            <version>1.2</version>
+         </dependency>
 
          <dependency>
             <groupId>javax.transaction</groupId>
@@ -356,6 +362,12 @@
          </dependency>
          
          <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>jasper</artifactId>
+            <version>6.0.20</version>
+         </dependency>
+         
+         <dependency>
       		<groupId>javax.xml.ws</groupId>
       		<artifactId>jaxws-api</artifactId>
       		<version>2.1</version>




More information about the weld-commits mailing list