Repository: incubator-taverna-workbench-product
Updated Branches:
refs/heads/master 768358105 -> 637249efc
${jena.version}
Project:
http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/commit/637249ef
Tree:
http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/tree/637249ef
Diff:
http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/diff/637249ef
Branch: refs/heads/master
Commit: 637249efc9059862a8b158edb4c1d248d80c45b1
Parents: 7683581
Author: Stian Soiland-Reyes <[email protected]>
Authored: Sun Mar 29 22:30:49 2015 +0100
Committer: Stian Soiland-Reyes <[email protected]>
Committed: Sun Mar 29 22:30:57 2015 +0100
----------------------------------------------------------------------
pom.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/blob/637249ef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7d9238d..b20bc33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -673,12 +673,10 @@
<artifactId>httpcore-osgi</artifactId>
<version>4.2.5</version>
</dependency>
- <!-- Jena bundle needed by jsonld-java-jena -->
- <!-- See
https://github.com/stain/jena/tree/jena-bundle/jena-bundle -->
<dependency>
<groupId>org.apache.jena</groupId>
- <artifactId>jena-bundle</artifactId>
- <version>2.11.0-SNAPSHOT</version>
+ <artifactId>jena-osgi</artifactId>
+ <version>${jena.version}</version>
</dependency>
<!-- slf4j implementation -->
<dependency>