You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2016/01/30 22:15:42 UTC

knox git commit: KNOX-660 - Incompatible Dependencies in Pac4j Provider

Repository: knox
Updated Branches:
  refs/heads/v0.8.0 3c29a02e3 -> f682cb8e2


KNOX-660 - Incompatible Dependencies in Pac4j Provider

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

Branch: refs/heads/v0.8.0
Commit: f682cb8e2e935528ce388c144ede8c394cb367bf
Parents: 3c29a02
Author: Larry McCay <lm...@hortonworks.com>
Authored: Sat Jan 30 16:15:29 2016 -0500
Committer: Larry McCay <lm...@hortonworks.com>
Committed: Sat Jan 30 16:15:29 2016 -0500

----------------------------------------------------------------------
 CHANGES                                 | 1 +
 gateway-provider-security-pac4j/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/f682cb8e/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 1d52c0b..e3c6ff6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,7 @@ Release Notes - Apache Knox - Version 0.8.0
     * [KNOX-594] - Stopping HS2 'SET-COOKIE' header to go back and managing 'hive.server2.auth' cookie
     * [KNOX-656] - Test GatewayLdapPosixGroupFuncTest failing intermittently
     * [KNOX-657] - _default Topology Must Redeploy After Restart
+    * [KNOX-660] - Incompatible Dependencies in Pac4j Provider
 
 ------------------------------------------------------------------------------
 Release Notes - Apache Knox - Version 0.7.0

http://git-wip-us.apache.org/repos/asf/knox/blob/f682cb8e/gateway-provider-security-pac4j/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-pac4j/pom.xml b/gateway-provider-security-pac4j/pom.xml
index ee38d01..e37370f 100644
--- a/gateway-provider-security-pac4j/pom.xml
+++ b/gateway-provider-security-pac4j/pom.xml
@@ -36,8 +36,8 @@
     </licenses>
 
     <properties>
-        <j2e-pac4j.version>1.2.1</j2e-pac4j.version>
-        <pac4j.version>1.8.3</pac4j.version>
+        <j2e-pac4j.version>1.2.2</j2e-pac4j.version>
+        <pac4j.version>1.8.5</pac4j.version>
     </properties>
 
     <dependencies>