You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ru...@apache.org on 2007/08/08 09:37:09 UTC

svn commit: r563778 - /webservices/synapse/trunk/java/pom.xml

Author: ruwan
Date: Wed Aug  8 00:37:08 2007
New Revision: 563778

URL: http://svn.apache.org/viewvc?view=rev&rev=563778
Log:
Fixing the pom removed unwanted saxon dependancy

Modified:
    webservices/synapse/trunk/java/pom.xml

Modified: webservices/synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?view=diff&rev=563778&r1=563777&r2=563778
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Wed Aug  8 00:37:08 2007
@@ -787,22 +787,6 @@
             <version>${mx4j.version}</version>
             <scope>provided</scope>
         </dependency>
-
-        <dependency>
-            <groupId>saxon8</groupId>
-            <artifactId>saxon8</artifactId>
-            <version>0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>saxon8</groupId>
-            <artifactId>saxon8xqj</artifactId>
-            <version>0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>saxon8</groupId>
-            <artifactId>saxon8-dom</artifactId>
-            <version>0.0</version>
-        </dependency>
         
     </dependencies>
 



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