Repository: knox Updated Branches: refs/heads/master fe84b0456 -> 75f1de312
KNOX-1233 - Pac4j dependency causing intermittent compilation errors Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/75f1de31 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/75f1de31 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/75f1de31 Branch: refs/heads/master Commit: 75f1de31248638b2357de365df99ecf0e76c8be1 Parents: fe84b04 Author: Phil Zampino <[email protected]> Authored: Mon Apr 2 14:10:02 2018 -0400 Committer: Phil Zampino <[email protected]> Committed: Mon Apr 2 14:10:02 2018 -0400 ---------------------------------------------------------------------- gateway-provider-security-pac4j/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/75f1de31/gateway-provider-security-pac4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-pac4j/pom.xml b/gateway-provider-security-pac4j/pom.xml index 7bc4e52..4f56570 100644 --- a/gateway-provider-security-pac4j/pom.xml +++ b/gateway-provider-security-pac4j/pom.xml @@ -99,6 +99,12 @@ </dependency> <dependency> + <groupId>com.nimbusds</groupId> + <artifactId>lang-tag</artifactId> + <version>1.4.3</version> + </dependency> + + <dependency> <groupId>org.pac4j</groupId> <artifactId>pac4j-config</artifactId> <version>${pac4j.version}</version>
