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 2015/02/17 12:50:33 UTC

[15/50] [abbrv] incubator-taverna-osgi git commit: changed derby dependency for T3-1197

changed derby dependency for T3-1197


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/commit/27a6457e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/tree/27a6457e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/diff/27a6457e

Branch: refs/heads/master
Commit: 27a6457e13bf3bda7b3147c61d3bfcbd1be55671
Parents: 5631395
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Thu Jun 19 10:18:07 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Thu Jun 19 10:18:07 2014 +0100

----------------------------------------------------------------------
 taverna-database-configuration-impl/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/27a6457e/taverna-database-configuration-impl/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-database-configuration-impl/pom.xml b/taverna-database-configuration-impl/pom.xml
index 541cfca..b988eb8 100644
--- a/taverna-database-configuration-impl/pom.xml
+++ b/taverna-database-configuration-impl/pom.xml
@@ -46,17 +46,17 @@
 
 		<dependency>
 			<groupId>org.apache.derby</groupId>
-			<artifactId>com.springsource.org.apache.derby</artifactId>
+			<artifactId>derby</artifactId>
 			<version>${derby.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.derby</groupId>
-			<artifactId>com.springsource.org.apache.derby.client</artifactId>
+			<artifactId>derbyclient</artifactId>
 			<version>${derbyclient.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.derby</groupId>
-			<artifactId>com.springsource.org.apache.derby.drda</artifactId>
+			<artifactId>derbynet</artifactId>
 			<version>${derbynet.version}</version>
 		</dependency>
 		<dependency>