Author: thilina
Date: Sat Oct  7 04:28:23 2006
New Revision: 453887

URL: http://svn.apache.org/viewvc?view=rev&rev=453887
Log:
Adding the default goal to maven.xml
Seeting the correct axiom dependency

Modified:
    webservices/commons/trunk/modules/neethi/maven.xml
    webservices/commons/trunk/modules/neethi/project.xml

Modified: webservices/commons/trunk/modules/neethi/maven.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/maven.xml?view=diff&rev=453887&r1=453886&r2=453887
==============================================================================
--- webservices/commons/trunk/modules/neethi/maven.xml (original)
+++ webservices/commons/trunk/modules/neethi/maven.xml Sat Oct  7 04:28:23 2006
@@ -19,7 +19,8 @@
 

 <!-- $Rev: 330371 $ $Date: 2005-11-02 16:57:37 -0500 (Wed, 02 Nov 2005) $ -->

 

-<project 

+<project 
+       default="jar"

        xmlns:j="jelly:core"

     xmlns:u="jelly:util"

     xmlns:ant="jelly:ant"

@@ -187,4 +188,4 @@
             

     </goal>

  

-</project>
\ No newline at end of file
+</project>

Modified: webservices/commons/trunk/modules/neethi/project.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/project.xml?view=diff&rev=453887&r1=453886&r2=453887
==============================================================================
--- webservices/commons/trunk/modules/neethi/project.xml (original)
+++ webservices/commons/trunk/modules/neethi/project.xml Sat Oct  7 04:28:23 
2006
@@ -98,11 +98,16 @@
        </licenses>     

        

        <dependencies>

-               <dependency>

-                       <groupId>org.apache.ws.commons.axiom</groupId>

-                       <artifactId>axiom</artifactId>

-                       <version>${axiom.version}</version>

-               </dependency>

+               <dependency>
+                       <groupId>org.apache.ws.commons.axiom</groupId>
+                       <artifactId>axiom-api</artifactId>
+                       <version>${axiom.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.ws.commons.axiom</groupId>
+                       <artifactId>axiom-impl</artifactId>
+                       <version>${axiom.version}</version>
+               </dependency>

                <dependency>

                        <groupId>${stax.impl.groupid}</groupId>

                        <artifactId>${stax.impl.artifactid}</artifactId>




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

Reply via email to