You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/07/01 15:38:52 UTC

shiro git commit: Correct OSGI import version for com.google.inject

Repository: shiro
Updated Branches:
  refs/heads/1.3.x ca29664d8 -> 5babc335f


Correct OSGI import version for com.google.inject

Applied patch from SHIRO-502 by Stuart McCulloch


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

Branch: refs/heads/1.3.x
Commit: 5babc335f436e98de02224079da84ab2c344f9c0
Parents: ca29664
Author: Brian Demers <bd...@apache.org>
Authored: Fri Jul 1 11:37:43 2016 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Fri Jul 1 11:37:43 2016 -0400

----------------------------------------------------------------------
 support/guice/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/5babc335/support/guice/pom.xml
----------------------------------------------------------------------
diff --git a/support/guice/pom.xml b/support/guice/pom.xml
index cecf88b..1a9d1f0 100644
--- a/support/guice/pom.xml
+++ b/support/guice/pom.xml
@@ -83,7 +83,7 @@
                         <Import-Package>
                             org.apache.shiro*;version="${shiro.osgi.importRange}",
                             org.aopalliance*;version="[1.0.0, 2.0.0)",
-                            com.google.inject*;version="[3.0.0, 4.0.0)",
+                            com.google.inject*;version="1.3",
                             *
                         </Import-Package>
                     </instructions>