You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2009/02/22 03:39:08 UTC

svn commit: r746620 - /webservices/jaxme/trunk/ws-jaxme/jaxme-jm/pom.xml

Author: jochen
Date: Sun Feb 22 02:39:08 2009
New Revision: 746620

URL: http://svn.apache.org/viewvc?rev=746620&view=rev
Log:
Making Xerces and Ant dependencies optional.

Modified:
    webservices/jaxme/trunk/ws-jaxme/jaxme-jm/pom.xml

Modified: webservices/jaxme/trunk/ws-jaxme/jaxme-jm/pom.xml
URL: http://svn.apache.org/viewvc/webservices/jaxme/trunk/ws-jaxme/jaxme-jm/pom.xml?rev=746620&r1=746619&r2=746620&view=diff
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/jaxme-jm/pom.xml (original)
+++ webservices/jaxme/trunk/ws-jaxme/jaxme-jm/pom.xml Sun Feb 22 02:39:08 2009
@@ -45,6 +45,7 @@
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
       <version>2.7.1</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -56,16 +57,12 @@
       <groupId>ant</groupId>
       <artifactId>ant</artifactId>
       <version>1.5.4</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>antlr</groupId>
       <artifactId>antlr</artifactId>
       <version>2.7.6</version>
-    </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.7.1</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
@@ -313,4 +310,10 @@
       <email>vincent.reviol@gmail.com</email>
     </contributor>
   </contributors>
+
+  <profiles>
+    <profile>
+    
+    </profile>
+  </profiles>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org