You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/02/03 08:58:26 UTC

svn commit: r1066750 - /tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml

Author: antelder
Date: Thu Feb  3 07:58:26 2011
New Revision: 1066750

URL: http://svn.apache.org/viewvc?rev=1066750&view=rev
Log:
Update saxon to a version thats in the central repo

Modified:
    tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml?rev=1066750&r1=1066749&r2=1066750&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml Thu Feb  3 07:58:26 2011
@@ -366,24 +366,27 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>net.sf.saxon</groupId>
+            <groupId>net.sourceforge.saxon</groupId>
             <artifactId>saxon</artifactId>
-            <version>9.x</version>
+            <version>9.1.0.8</version>
         </dependency>
         <dependency>
-            <groupId>net.sf.saxon</groupId>
-            <artifactId>saxon-dom</artifactId>
-            <version>9.x</version>
+            <groupId>net.sourceforge.saxon</groupId>
+            <artifactId>saxon</artifactId>
+            <classifier>dom</classifier>
+            <version>9.1.0.8</version>
         </dependency>
         <dependency>
-            <groupId>net.sf.saxon</groupId>
-            <artifactId>saxon-xpath</artifactId>
-            <version>9.x</version>
+            <groupId>net.sourceforge.saxon</groupId>
+            <artifactId>saxon</artifactId>
+            <classifier>xpath</classifier>
+            <version>9.1.0.8</version>
         </dependency>
         <dependency>
-            <groupId>net.sf.saxon</groupId>
-            <artifactId>saxon-xqj</artifactId>
-            <version>9.x</version>
+            <groupId>net.sourceforge.saxon</groupId>
+            <artifactId>saxon</artifactId>
+            <classifier>xqj</classifier>
+            <version>9.1.0.8</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>