This is an automated email from the ASF dual-hosted git repository.

stain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-taverna-osgi.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e8e541  servicemix for xerces/xalan
5e8e541 is described below

commit 5e8e541af0344f3821d81d3c3a1143a1aaf39c3c
Author: Stian Soiland-Reyes <[email protected]>
AuthorDate: Wed Jan 30 17:49:26 2019 +0000

    servicemix for xerces/xalan
---
 pom.xml                         |  2 +-
 xml-parser-service/pom.xml      |  6 +++---
 xml-transformer-service/pom.xml | 12 ++++++------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index a3596dd..5d0e56f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.taverna</groupId>
                <artifactId>apache-taverna-parent</artifactId>
-               <version>3-incubating</version>
+               <version>4-incubating-SNAPSHOT</version>
        </parent>
        <groupId>org.apache.taverna.osgi</groupId>
        <artifactId>apache-taverna-osgi</artifactId>
diff --git a/xml-parser-service/pom.xml b/xml-parser-service/pom.xml
index 22b7c09..1c29161 100644
--- a/xml-parser-service/pom.xml
+++ b/xml-parser-service/pom.xml
@@ -49,9 +49,9 @@
                        <version>4.3.1</version>
                </dependency>
                <dependency>
-                       <groupId>org.apache.xerces</groupId>
-                       
<artifactId>com.springsource.org.apache.xerces</artifactId>
-                       <version>2.9.1</version>
+                       <groupId>org.apache.servicemix.bundles</groupId>
+                       
<artifactId>org.apache.servicemix.bundles.xerces</artifactId>
+                       <version>2.12.0_1</version>
                </dependency>
        </dependencies>
 </project>
diff --git a/xml-transformer-service/pom.xml b/xml-transformer-service/pom.xml
index db49613..ac58c7d 100644
--- a/xml-transformer-service/pom.xml
+++ b/xml-transformer-service/pom.xml
@@ -49,14 +49,14 @@
                        <version>4.3.1</version>
                </dependency>
                <dependency>
-                       <groupId>org.apache.xalan</groupId>
-                       
<artifactId>com.springsource.org.apache.xalan</artifactId>
-                       <version>2.7.1</version>
+                       <groupId>org.apache.servicemix.bundles</groupId>
+                       
<artifactId>org.apache.servicemix.bundles.xalan</artifactId>
+                       <version>2.7.2_3</version>
                </dependency>
                <dependency>
-                       <groupId>net.sourceforge.cglib</groupId>
-                       <artifactId>com.springsource.net.sf.cglib</artifactId>
-                       <version>2.1.3</version>
+                       <groupId>org.apache.servicemix.bundles</groupId>
+                       
<artifactId>org.apache.servicemix.bundles.cglib</artifactId>
+                       <version>2.2.2_1</version>
                </dependency>
        </dependencies>
 </project>

Reply via email to