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:32:55 UTC

[49/50] [abbrv] incubator-taverna-engine git commit: com.springsource.org.apache.log4j -> log4j

com.springsource.org.apache.log4j -> log4j


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/78118be1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/78118be1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/78118be1

Branch: refs/heads/master
Commit: 78118be197f007fd1f0763e0b126d0d036a102c0
Parents: 80db1f6
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Jan 6 17:14:01 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Jan 6 17:14:01 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/78118be1/taverna-reference-impl/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-reference-impl/pom.xml b/taverna-reference-impl/pom.xml
index 3b23d0e..0eb9e8c 100644
--- a/taverna-reference-impl/pom.xml
+++ b/taverna-reference-impl/pom.xml
@@ -108,8 +108,8 @@
 			<version>${javax.transaction.version}</version>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.log4j</groupId>
-			<artifactId>com.springsource.org.apache.log4j</artifactId>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
 			<version>${log4j.version}</version>
 		</dependency>
 		<dependency>