Adding commons-io to the bundle list to support jsonld-java
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/63988953 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/63988953 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/63988953 Branch: refs/heads/master Commit: 639889537d0c4e5e7339ab060d1a3241433f4a41 Parents: 628c4ae Author: ajs6f <[email protected]> Authored: Mon Jan 30 11:46:51 2017 -0500 Committer: ajs6f <[email protected]> Committed: Mon Jan 30 11:47:05 2017 -0500 ---------------------------------------------------------------------- .../jena-osgi-features/src/main/resources/features.xml | 1 + jena-parent/pom.xml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/63988953/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml b/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml index be79f1f..f36694d 100644 --- a/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml +++ b/apache-jena-osgi/jena-osgi-features/src/main/resources/features.xml @@ -35,6 +35,7 @@ <bundle>mvn:org.apache.httpcomponents/httpclient-osgi/${ver.httpclient-osgi}</bundle> <bundle>mvn:org.apache.commons/commons-csv/${ver.commonscsv}</bundle> <bundle>mvn:org.apache.commons/commons-lang3/${ver.commonslang3}</bundle> + <bundle>mvn:commons-io/commons-io/${ver.commonsio}</bundle> <bundle>mvn:org.apache.thrift/libthrift/${ver.libthrift}</bundle> </feature> http://git-wip-us.apache.org/repos/asf/jena/blob/63988953/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index 127757a..977985e 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -52,9 +52,12 @@ <ver.junit>4.12</ver.junit> <ver.xerces>2.11.0</ver.xerces> <ver.libthrift>0.9.3</ver.libthrift> - <!-- the following two versions must work together, consult jsonld-java's POM for the correct Jackson version --> + <!-- the following three libraries must work together + consult jsonld-java's POM for the correct dependency versions --> <ver.jsonldjava>0.9.0</ver.jsonldjava> <ver.jackson>2.7.4</ver.jackson> + <ver.commonsio>2.5</ver.commonsio> + <ver.commonslang3>3.4</ver.commonslang3> <ver.commonscsv>1.3</ver.commonscsv> <ver.dexxcollection>0.6</ver.dexxcollection>
