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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Apr 9 07:24:57 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-09 07:24:57 -0400 (Thu, 09 Apr 2009)
New Revision: 2361

Modified:
   ri/trunk/tests/pom.xml
Log:
oops

Modified: ri/trunk/tests/pom.xml
===================================================================
--- ri/trunk/tests/pom.xml	2009-04-09 10:44:50 UTC (rev 2360)
+++ ri/trunk/tests/pom.xml	2009-04-09 11:24:57 UTC (rev 2361)
@@ -24,11 +24,6 @@
       </dependency>
       
       <dependency>
-         <groupId>org.jboss.webbeans.tomcat</groupId>
-         <artifactId>webbeans-tomcat</artifactId>
-      </dependency>
-      
-      <dependency>
          <groupId>org.jboss.test-harness</groupId>
          <artifactId>jboss-test-harness</artifactId>
       </dependency>
@@ -52,6 +47,17 @@
       </dependency>
       
       <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-core</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-spi</artifactId>
+      </dependency>
+      
+      
+      <dependency>
          <groupId>org.jboss.ejb3</groupId>
          <artifactId>jboss-ejb3-api</artifactId>
          <scope>test</scope>
@@ -146,12 +152,6 @@
                                  <overWrite>true</overWrite>
                                  <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
                               </artifactItem>
-                              <artifactItem>
-                                 <groupId>org.jboss.webbeans.tomcat</groupId>
-                                 <artifactId>webbeans-tomcat</artifactId>
-                                 <overWrite>true</overWrite>
-                                 <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
-                              </artifactItem>
                            </artifactItems>
                         </configuration>
                      </execution>




More information about the weld-commits mailing list