You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2017/09/27 02:18:00 UTC

[08/29] incubator-guacamole-client git commit: GUACAMOLE-210: Update to jose4j 0.5.5.

GUACAMOLE-210: Update to jose4j 0.5.5.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/11fb9b3f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/11fb9b3f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/11fb9b3f

Branch: refs/heads/master
Commit: 11fb9b3fa432a8e02037e403fbb6f72d6a39a78d
Parents: 6d46d5c
Author: Michael Jumper <mj...@apache.org>
Authored: Tue Feb 21 11:35:47 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Mon Sep 25 13:06:43 2017 -0700

----------------------------------------------------------------------
 extensions/guacamole-auth-openid/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/11fb9b3f/extensions/guacamole-auth-openid/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-openid/pom.xml b/extensions/guacamole-auth-openid/pom.xml
index 698bc12..13de214 100644
--- a/extensions/guacamole-auth-openid/pom.xml
+++ b/extensions/guacamole-auth-openid/pom.xml
@@ -116,7 +116,13 @@
         <dependency>
             <groupId>org.bitbucket.b_c</groupId>
             <artifactId>jose4j</artifactId>
-            <version>0.5.1</version>
+            <version>0.5.5</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Guice -->