[webbeans-commits] Webbeans SVN: r102 - ri/trunk/webbeans-ri.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Sep 10 15:05:06 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-09-10 15:05:06 -0400 (Wed, 10 Sep 2008)
New Revision: 102

Modified:
   ri/trunk/webbeans-ri/pom.xml
Log:
remove servlet and jta versions

Modified: ri/trunk/webbeans-ri/pom.xml
===================================================================
--- ri/trunk/webbeans-ri/pom.xml	2008-09-10 18:40:28 UTC (rev 101)
+++ ri/trunk/webbeans-ri/pom.xml	2008-09-10 19:05:06 UTC (rev 102)
@@ -27,10 +27,14 @@
       <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
-         <version>2.5</version>
       </dependency>      
       
       <dependency>
+         <groupId>javax.transaction</groupId>
+         <artifactId>jta</artifactId>
+      </dependency>    
+
+      <dependency>
          <groupId>javax.ejb</groupId>
          <artifactId>ejb-api</artifactId>
          <scope>test</scope>




More information about the weld-commits mailing list