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/13 15:11:31 UTC

incubator-taverna-common-activities git commit: Use jaxen/jaxen 1.1.6 - now OSGi bundle

Repository: incubator-taverna-common-activities
Updated Branches:
  refs/heads/master 613197949 -> de6058531


Use jaxen/jaxen 1.1.6 - now OSGi bundle

no longer need for com.springsource.org.jaxen


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/de605853
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/de605853
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/de605853

Branch: refs/heads/master
Commit: de6058531a09aefd5ffa73a226491d6612c6a8d4
Parents: 6131979
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Jan 13 15:11:07 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Jan 13 15:11:07 2018 +0000

----------------------------------------------------------------------
 taverna-xpath-activity/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/de605853/taverna-xpath-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-xpath-activity/pom.xml b/taverna-xpath-activity/pom.xml
index c63b479..80c0f40 100644
--- a/taverna-xpath-activity/pom.xml
+++ b/taverna-xpath-activity/pom.xml
@@ -59,8 +59,8 @@
 			<version>${dom4j.version}</version>
 		</dependency>
 		<dependency>
-			<groupId>org.jaxen</groupId>
-			<artifactId>com.springsource.org.jaxen</artifactId>
+			<groupId>jaxen</groupId>
+			<artifactId>jaxen</artifactId>
 			<version>${jaxen.version}</version>
 		</dependency>
 	</dependencies>