Repository: jena Updated Branches: refs/heads/master b01f6a7e0 -> 845c06ce0
Remove jsonld-comment Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/9af39d4e Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/9af39d4e Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/9af39d4e Branch: refs/heads/master Commit: 9af39d4e2548146422069374689d41b550d47c87 Parents: b01f6a7 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 2 17:38:28 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 2 17:38:28 2015 +0000 ---------------------------------------------------------------------- jena-osgi/pom.xml | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/9af39d4e/jena-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/jena-osgi/pom.xml b/jena-osgi/pom.xml index f64a0e9..00da820 100644 --- a/jena-osgi/pom.xml +++ b/jena-osgi/pom.xml @@ -123,36 +123,21 @@ <artifactId>httpcore-osgi</artifactId> <version>${ver.httpcore}</version> <exclusions> - <exclusion> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore-nio</artifactId> - </exclusion> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore-nio</artifactId> + </exclusion> </exclusions> </dependency> + <dependency> <groupId>com.github.jsonld-java</groupId> <artifactId>jsonld-java</artifactId> </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> - <version>${ver.jackson}</version> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>${ver.jackson}</version> - </dependency> - --> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId>
