jsonld-java should be embeded in our bundle .. at least until 0.5.1 or newer are released, as they will be available as bundles
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/cc01f806 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/cc01f806 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/cc01f806 Branch: refs/heads/master Commit: cc01f8060e1bc868405f1c860824eed880b8e909 Parents: 8ae9f6c Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Oct 31 23:11:50 2014 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Jan 12 01:19:15 2015 +0000 ---------------------------------------------------------------------- jena-osgi/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/cc01f806/jena-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/jena-osgi/pom.xml b/jena-osgi/pom.xml index 32f1097..b26b651 100644 --- a/jena-osgi/pom.xml +++ b/jena-osgi/pom.xml @@ -162,6 +162,10 @@ <dependency> <groupId>com.github.jsonld-java</groupId> <artifactId>jsonld-java</artifactId> + <scope>provided</scope> + <!-- FIXME: From jsonld-java 0.5.1 or newer (which is then OSGi + bundle), drop <scope>provided so that we can use it + as a real dependency --> </dependency> <dependency> <groupId>org.apache.commons</groupId>
