jsonld-java 0.5.1 is an OSGi bundle, do not shadow
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/9a83435c Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/9a83435c Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/9a83435c Branch: refs/heads/master Commit: 9a83435c932c5cb97b2552643b7d0b1c8d30028f Parents: 1831133 Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Jan 7 11:31:19 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Jan 12 01:19:16 2015 +0000 ---------------------------------------------------------------------- jena-osgi/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/9a83435c/jena-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/jena-osgi/pom.xml b/jena-osgi/pom.xml index d498878..eee4efc 100644 --- a/jena-osgi/pom.xml +++ b/jena-osgi/pom.xml @@ -156,15 +156,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> <!-- but until jsonld-java 0.5.1, we'll need to depend on jackson-databind and jackson-core ourselves as bundles: - --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> @@ -175,6 +170,7 @@ <artifactId>jackson-databind</artifactId> <version>${ver.jackson}</version> </dependency> + --> <dependency> <groupId>org.apache.commons</groupId>
