[seam-commits] Seam SVN: r13560 - in modules/xml/trunk: impl and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 5 08:31:28 EDT 2010


Author: swd847
Date: 2010-08-05 08:31:27 -0400 (Thu, 05 Aug 2010)
New Revision: 13560

Modified:
   modules/xml/trunk/impl/pom.xml
   modules/xml/trunk/pom.xml
Log:
added test dependency on servlet api to allow the use of a released version of weldx


Modified: modules/xml/trunk/impl/pom.xml
===================================================================
--- modules/xml/trunk/impl/pom.xml	2010-08-05 12:18:29 UTC (rev 13559)
+++ modules/xml/trunk/impl/pom.xml	2010-08-05 12:31:27 UTC (rev 13560)
@@ -36,9 +36,15 @@
       <dependency>
          <groupId>org.jboss.weld</groupId>
          <artifactId>weld-se</artifactId>
-         <version>1.0.2-SNAPSHOT</version>
+         <version>1.0.1-Final</version>
          <scope>test</scope>
       </dependency>
+      
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+         <scope>test</scope>
+      </dependency>
 
       <dependency>
          <groupId>org.slf4j</groupId>

Modified: modules/xml/trunk/pom.xml
===================================================================
--- modules/xml/trunk/pom.xml	2010-08-05 12:18:29 UTC (rev 13559)
+++ modules/xml/trunk/pom.xml	2010-08-05 12:31:27 UTC (rev 13560)
@@ -54,7 +54,12 @@
             <groupId>el-impl</groupId>
             <artifactId>el-impl</artifactId>
             <version>${el-impl.version}</version>
-      </dependency>
+         </dependency>
+         <dependency>
+	         <groupId>javax.servlet</groupId>
+	         <artifactId>servlet-api</artifactId>
+	         <version>2.5</version>
+	      </dependency>
       </dependencies>
    </dependencyManagement>
    



More information about the seam-commits mailing list