[jboss-cvs] JBossAS SVN: r71346 - projects/jboss-deployers/trunk/deployers-impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 27 10:21:29 EDT 2008


Author: adrian at jboss.org
Date: 2008-03-27 10:21:29 -0400 (Thu, 27 Mar 2008)
New Revision: 71346

Modified:
   projects/jboss-deployers/trunk/deployers-impl/pom.xml
Log:
Temporary fix because of broken aop pom and don't ignore failing tests

Modified: projects/jboss-deployers/trunk/deployers-impl/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/pom.xml	2008-03-27 12:54:59 UTC (rev 71345)
+++ projects/jboss-deployers/trunk/deployers-impl/pom.xml	2008-03-27 14:21:29 UTC (rev 71346)
@@ -15,9 +15,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -202,5 +199,25 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <!-- FIXME These should be provided by the aop pom -->
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>javassist</artifactId>
+      <version>3.7.1.GA</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>trove</groupId>
+      <artifactId>trove</artifactId>
+      <version>2.1.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>qdox</groupId>
+      <artifactId>qdox</artifactId>
+      <version>1.6</version>
+      <scope>test</scope>
+    </dependency>
+    <!-- END FIXME -->
   </dependencies>  
 </project>




More information about the jboss-cvs-commits mailing list