You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2018/01/11 15:56:54 UTC

[7/8] incubator-taverna-language git commit: jaxen/jaxen now is an OSGi bundle

jaxen/jaxen now is an OSGi bundle

So no need for com.springsource.org.jaxen


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/63a16896
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/63a16896
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/63a16896

Branch: refs/heads/TAVERNA-1027
Commit: 63a168963f94e26c3b9f288b6f3b12ccf036be93
Parents: 28e1e16
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Jan 9 23:44:31 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Jan 9 23:58:04 2018 +0000

----------------------------------------------------------------------
 taverna-scufl2-scufl/pom.xml      | 4 ++--
 taverna-scufl2-t2flow/pom.xml     | 4 ++--
 taverna-scufl2-ucfpackage/pom.xml | 6 +++---
 taverna-scufl2-wfbundle/pom.xml   | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/63a16896/taverna-scufl2-scufl/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-scufl/pom.xml b/taverna-scufl2-scufl/pom.xml
index 6b5cc81..f0c50c7 100644
--- a/taverna-scufl2-scufl/pom.xml
+++ b/taverna-scufl2-scufl/pom.xml
@@ -85,8 +85,8 @@
 			<scope>test</scope>
 		</dependency>
 		<dependency>
-			<groupId>org.jaxen</groupId>
-			<artifactId>com.springsource.org.jaxen</artifactId>
+			<groupId>jaxen</groupId>
+			<artifactId>jaxen</artifactId>
                         <version>${jaxen.version}</version>
 			<scope>test</scope>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/63a16896/taverna-scufl2-t2flow/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-t2flow/pom.xml b/taverna-scufl2-t2flow/pom.xml
index 0e2a0cf..396b41c 100644
--- a/taverna-scufl2-t2flow/pom.xml
+++ b/taverna-scufl2-t2flow/pom.xml
@@ -148,8 +148,8 @@
 			<scope>test</scope>
 		</dependency>
 		<dependency>
-			<groupId>org.jaxen</groupId>
-			<artifactId>com.springsource.org.jaxen</artifactId>
+			<groupId>jaxen</groupId>
+			<artifactId>jaxen</artifactId>
       <version>${jaxen.version}</version>
 			<scope>test</scope>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/63a16896/taverna-scufl2-ucfpackage/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-ucfpackage/pom.xml b/taverna-scufl2-ucfpackage/pom.xml
index 976d299..c862117 100644
--- a/taverna-scufl2-ucfpackage/pom.xml
+++ b/taverna-scufl2-ucfpackage/pom.xml
@@ -48,8 +48,8 @@
 			<scope>test</scope>
 		</dependency>
 		<dependency>
-			<groupId>org.jaxen</groupId>
-			<artifactId>com.springsource.org.jaxen</artifactId>
+			<groupId>jaxen</groupId>
+			<artifactId>jaxen</artifactId>
       <version>${jaxen.version}</version>
 			<scope>test</scope>
 		</dependency>
@@ -64,7 +64,7 @@
 		<license>
 			<name>Apache 2</name>
 			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-			<comments>The package uk.org.taverna.scul2.ucfpackage.impl.odfdom
+			<comments>The package org.apache.taverna.scufl2.ucfpackage.impl.odfdom
 				contains a patched subset of ODFDOM 0.8.6 -
 				http://odftoolkit.org/projects/odfdom/pages/Home
 				Copyright 2008, 2010 Oracle and/or its affiliates.

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/63a16896/taverna-scufl2-wfbundle/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-wfbundle/pom.xml b/taverna-scufl2-wfbundle/pom.xml
index b7efe33..131d056 100644
--- a/taverna-scufl2-wfbundle/pom.xml
+++ b/taverna-scufl2-wfbundle/pom.xml
@@ -88,8 +88,8 @@
 			<optional>true</optional>
 		</dependency>
 		<dependency>
-			<groupId>org.jaxen</groupId>
-			<artifactId>com.springsource.org.jaxen</artifactId>
+			<groupId>jaxen</groupId>
+			<artifactId>jaxen</artifactId>
                         <version>${jaxen.version}</version>
 			<scope>test</scope>
 		</dependency>