Repository: servicemix-bundles Updated Branches: refs/heads/master f16417772 -> 652aec71a
[SM-3382] Extend guava version range in opensaml bundle Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/652aec71 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/652aec71 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/652aec71 Branch: refs/heads/master Commit: 652aec71a5211f2fdc6348855259221136393529 Parents: f164177 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jul 3 10:09:06 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jul 3 10:09:06 2017 +0200 ---------------------------------------------------------------------- opensaml-3.3.0/pom.xml | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/652aec71/opensaml-3.3.0/pom.xml ---------------------------------------------------------------------- diff --git a/opensaml-3.3.0/pom.xml b/opensaml-3.3.0/pom.xml index b7cdb7d..b1727dc 100644 --- a/opensaml-3.3.0/pom.xml +++ b/opensaml-3.3.0/pom.xml @@ -60,6 +60,7 @@ org.apache.http*;resolution:=optional, com.beust.jcommander*;resolution:=optional, javax.annotation;version="[1,4)", + com.google.common*;version="[19.0,21.0)", * </servicemix.osgi.import.pkg> <servicemix.osgi.private.pkg> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/652aec71/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8c7a038..e58bc25 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,7 @@ <module>splunk-1.6.3.0</module> <module>digitalocean-api-client-2.11</module> <module>libphonenumber-8.5.2</module> + <module>opensaml-3.3.0</module> </modules> </project>
