Author: objectiser
Date: 2011-02-21 07:33:13 -0500 (Mon, 21 Feb 2011)
New Revision: 1307
Modified:
branches/ODE/RiftSaw-ODE-trunk/axis2-war/src/main/assembly/bin.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml
branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml
branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/jbi.xml
branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/war.xml
branches/ODE/RiftSaw-ODE-trunk/jbi/src/main/assembly/bin.xml
branches/ODE/RiftSaw-ODE-trunk/pom.xml
branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml
Log:
RIFTSAW-349 - change dependency as net.sf.saxon is in deprecated maven repo.
Modified: branches/ODE/RiftSaw-ODE-trunk/axis2-war/src/main/assembly/bin.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/axis2-war/src/main/assembly/bin.xml 2011-02-17 03:01:57
UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/axis2-war/src/main/assembly/bin.xml 2011-02-21 12:33:13
UTC (rev 1307)
@@ -154,10 +154,10 @@
<include>org.apache.openjpa:openjpa</include>
<include>javax.persistence:persistence-api</include>
<include>net.sourceforge.serp:serp</include>
- <include>net.sf.saxon:saxon</include>
- <include>net.sf.saxon:saxon-xpath</include>
- <include>net.sf.saxon:saxon-dom</include>
- <include>net.sf.saxon:saxon-xqj</include>
+ <include>net.sourceforge.saxon:saxon</include>
+ <include>net.sourceforge.saxon:saxon:jar:xpath</include>
+ <include>net.sourceforge.saxon:saxon:jar:dom</include>
+ <include>net.sourceforge.saxon:saxon:jar:xqj</include>
<include>wsdl4j:wsdl4j</include>
<include>tranql:tranql-connector</include>
<include>xalan:xalan</include>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml 2011-02-17 03:01:57 UTC (rev
1306)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-compiler/pom.xml 2011-02-21 12:33:13 UTC (rev
1307)
@@ -79,20 +79,23 @@
<artifactId>xmlbeans</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
+ <groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
</dependency>
<dependency>
<groupId>xerces</groupId>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-obj/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -43,21 +43,24 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
- </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
+ </dependency>
</dependencies>
</project>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml 2011-02-17 03:01:57 UTC (rev
1306)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-runtime/pom.xml 2011-02-21 12:33:13 UTC (rev
1307)
@@ -180,20 +180,23 @@
<artifactId>xmlbeans</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
+ <groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
</dependency>
<dependency>
<groupId>xerces</groupId>
Modified: branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/bpel-test/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -122,21 +122,24 @@
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
</dependency>
<dependency>
<groupId>xerces</groupId>
Modified: branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/jbi.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/jbi.xml 2011-02-17 03:01:57
UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/jbi.xml 2011-02-21 12:33:13
UTC (rev 1307)
@@ -96,10 +96,10 @@
<include>commons-collections:commons-collections</include>
<include>commons-httpclient:commons-httpclient</include>
<include>commons-pool:commons-pool</include>
- <include>net.sf.saxon:saxon</include>
- <include>net.sf.saxon:saxon-xpath</include>
- <include>net.sf.saxon:saxon-dom</include>
- <include>net.sf.saxon:saxon-xqj</include>
+ <include>net.sourceforge.saxon:saxon</include>
+ <include>net.sourceforge.saxon:saxon:jar:xpath</include>
+ <include>net.sourceforge.saxon:saxon:jar:dom</include>
+ <include>net.sourceforge.saxon:saxon:jar:xqj</include>
<include>jaxen:jaxen</include>
<include>log4j:log4j</include>
<include>wsdl4j:wsdl4j</include>
Modified: branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/war.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/war.xml 2011-02-17 03:01:57
UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/distro/src/main/assembly/war.xml 2011-02-21 12:33:13
UTC (rev 1307)
@@ -94,10 +94,10 @@
<include>commons-collections:commons-collections</include>
<include>commons-httpclient:commons-httpclient</include>
<include>commons-pool:commons-pool</include>
- <include>net.sf.saxon:saxon</include>
- <include>net.sf.saxon:saxon-xpath</include>
- <include>net.sf.saxon:saxon-dom</include>
- <include>net.sf.saxon:saxon-xqj</include>
+ <include>net.sourceforge.saxon:saxon</include>
+ <include>net.sourceforge.saxon:saxon:xpath</include>
+ <include>net.sourceforge.saxon:saxon:dom</include>
+ <include>net.sourceforge.saxon:saxon:xqj</include>
<include>jaxen:jaxen</include>
<include>log4j:log4j</include>
<include>wsdl4j:wsdl4j</include>
Modified: branches/ODE/RiftSaw-ODE-trunk/jbi/src/main/assembly/bin.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/jbi/src/main/assembly/bin.xml 2011-02-17 03:01:57 UTC
(rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/jbi/src/main/assembly/bin.xml 2011-02-21 12:33:13 UTC
(rev 1307)
@@ -106,10 +106,10 @@
<include>org.apache.openjpa:openjpa</include>
<include>javax.persistence:persistence-api</include>
<include>net.sourceforge.serp:serp</include>
- <include>net.sf.saxon:saxon</include>
- <include>net.sf.saxon:saxon-xpath</include>
- <include>net.sf.saxon:saxon-dom</include>
- <include>net.sf.saxon:saxon-xqj</include>
+ <include>net.sourceforge.saxon:saxon</include>
+ <include>net.sourceforge.saxon:saxon:jar:xpath</include>
+ <include>net.sourceforge.saxon:saxon:jar:dom</include>
+ <include>net.sourceforge.saxon:saxon:jar:xqj</include>
<include>wsdl4j:wsdl4j</include>
<include>tranql:tranql-connector</include>
<include>xalan:xalan</include>
Modified: branches/ODE/RiftSaw-ODE-trunk/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -808,23 +808,26 @@
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
+ <groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
<version>${saxon.version}</version>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
<version>${saxon.version}</version>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
<version>${saxon.version}</version>
</dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
<version>${saxon.version}</version>
</dependency>
<dependency>
Modified: branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml 2011-02-17 03:01:57 UTC (rev 1306)
+++ branches/ODE/RiftSaw-ODE-trunk/utils/pom.xml 2011-02-21 12:33:13 UTC (rev 1307)
@@ -98,23 +98,26 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-saaj</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xpath</classifier>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>dom</classifier>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <classifier>xqj</classifier>
+ </dependency>
<dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xqj</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-xpath</artifactId>
- </dependency>
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
Show replies by date