You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/04/22 15:38:25 UTC

git commit: CLEREZZA-916: added range for com.google.common

Repository: clerezza
Updated Branches:
  refs/heads/master 0bb81c08c -> ce53f6d05


CLEREZZA-916: added range for com.google.common

Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/ce53f6d0
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/ce53f6d0
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/ce53f6d0

Branch: refs/heads/master
Commit: ce53f6d055760d11959864a047dfa518fbc08d3d
Parents: 0bb81c0
Author: retobg <re...@apache.org>
Authored: Tue Apr 22 15:33:08 2014 +0200
Committer: retobg <re...@apache.org>
Committed: Tue Apr 22 15:33:08 2014 +0200

----------------------------------------------------------------------
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/ce53f6d0/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 61b3152..5a2a7f1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -77,7 +77,8 @@
                     <configuration>
                         <instructions>
                             <Import-Package>org.osgi.*; version="[1,2)",javax.ws.rs.*; version="[1,3)",
-                                org.apache.stanbol.commons.security.*; version="[0,3)",*</Import-Package>
+                                org.apache.stanbol.commons.security.*; version="[0,3)",
+                                com.google.common.*; version="[14.0.0,18.0.0)", *</Import-Package>
                             <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
                             <_nodefaultversion />
                         </instructions>