MARMOTTA-308: added version range of supported Google Guava version to [14,17)
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/41680c9e Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/41680c9e Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/41680c9e Branch: refs/heads/ldp Commit: 41680c9ea4dcf3d00ae09b7aaedbe0c1dd322e3e Parents: eddba62 Author: Rupert Westenthaler <[email protected]> Authored: Tue Mar 18 15:55:32 2014 +0100 Committer: Rupert Westenthaler <[email protected]> Committed: Tue Mar 18 15:55:32 2014 +0100 ---------------------------------------------------------------------- commons/marmotta-commons/pom.xml | 1 + libraries/ldpath/ldpath-core-bundle/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/41680c9e/commons/marmotta-commons/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-commons/pom.xml b/commons/marmotta-commons/pom.xml index 5765db4..31752aa 100644 --- a/commons/marmotta-commons/pom.xml +++ b/commons/marmotta-commons/pom.xml @@ -75,6 +75,7 @@ <_versionpolicy>$${version;===;${@}}</_versionpolicy> <Import-Package> org.slf4j;version="[1.6.1,2)", + com.google.common.*;version="[14,17)", * </Import-Package> <Export-Package> http://git-wip-us.apache.org/repos/asf/marmotta/blob/41680c9e/libraries/ldpath/ldpath-core-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-core-bundle/pom.xml b/libraries/ldpath/ldpath-core-bundle/pom.xml index 3b2e05f..d35ebde 100644 --- a/libraries/ldpath/ldpath-core-bundle/pom.xml +++ b/libraries/ldpath/ldpath-core-bundle/pom.xml @@ -97,6 +97,7 @@ --> <Import-Package> org.slf4j.*;version="[1.6,2)", + com.google.common.*;version="[14,17)", ch.qos.logback.classic;resolution:=optional, org.jdom2.*;resolution:=optional, org.jsoup.*;resolution:=optional,
