Author: ptahchiev
Date: Thu Feb 28 02:32:48 2008
New Revision: 631921

URL: http://svn.apache.org/viewvc?rev=631921&view=rev
Log:
the pom.xml file for ant integration is added with some dependencies for 
successfull compilation.

Modified:
    jakarta/cactus/trunk/integration/ant/pom.xml

Modified: jakarta/cactus/trunk/integration/ant/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/pom.xml?rev=631921&r1=631920&r2=631921&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/pom.xml (original)
+++ jakarta/cactus/trunk/integration/ant/pom.xml Thu Feb 28 02:32:48 2008
@@ -29,6 +29,16 @@
        <packaging>jar</packaging>
        
        <dependencies>
+         <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant-launcher</artifactId>
+            <version>1.6.5</version>
+         </dependency>
+         <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <version>2.6.2</version>
+         </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
@@ -49,6 +59,7 @@
                <dependency>
                        <groupId>org.codehaus.cargo</groupId>
                        <artifactId>cargo-core-uberjar</artifactId>
+                       <version>0.9</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.cactus</groupId>
@@ -58,24 +69,7 @@
                <dependency>
                        <groupId>org.codehaus.cargo</groupId>
                        <artifactId>cargo-ant</artifactId>
-                       <exclusions>
-                                       <exclusion>
-                                               <groupId>xerces</groupId>
-                                               
<artifactId>xmlParserAPIs</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>xerces</groupId>
-                                               
<artifactId>xercesImpl</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>xerces</groupId>
-                                               <artifactId>xerces</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>xalan</groupId>
-                                               <artifactId>xalan</artifactId>
-                                       </exclusion>
-                       </exclusions>
+                       <version>0.9</version>
                </dependency>
        </dependencies>
        
@@ -85,16 +79,8 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-surefire-plugin</artifactId>
-                                       <!-- TODO: Version 2.2 of the surefire 
plugin seems to be not working for us.
-                                            See 
http://jira.codehaus.org/browse/MSUREFIRE-145. Once it's fixed we'll be able
-                                            to remove this version element -->
                                        <version>2.1.3</version>
                                        <configuration>
-                                               
-                                               <forkMode>pertest</forkMode>
-                                               <useFile>false</useFile>
-                                               
<reportFormat>html</reportFormat>
-                                               
                                                <systemProperties>
                                                        <property>
                                                                
<name>testinput.dir</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to