keycloak-aplcache

Merge pull request #4156 from pedroigor/master Keycloak

5/23/2017 4:19:08 PM

Details

diff --git a/boms/adapter/pom.xml b/boms/adapter/pom.xml
index ccc3504..46c6272 100644
--- a/boms/adapter/pom.xml
+++ b/boms/adapter/pom.xml
@@ -124,6 +124,11 @@
                 <artifactId>keycloak-spring-boot-starter</artifactId>
                 <version>3.2.0.CR1-SNAPSHOT</version>
             </dependency>
+            <dependency>
+                <groupId>org.keycloak</groupId>
+                <artifactId>keycloak-authz-client</artifactId>
+                <version>3.2.0.CR1-SNAPSHOT</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
diff --git a/misc/spring-boot-starter/keycloak-spring-boot-starter/pom.xml b/misc/spring-boot-starter/keycloak-spring-boot-starter/pom.xml
index 154d5a3..f48407f 100644
--- a/misc/spring-boot-starter/keycloak-spring-boot-starter/pom.xml
+++ b/misc/spring-boot-starter/keycloak-spring-boot-starter/pom.xml
@@ -15,6 +15,10 @@
           <groupId>org.keycloak</groupId>
           <artifactId>keycloak-spring-boot-adapter</artifactId>
       </dependency>
+        <dependency>
+            <groupId>org.keycloak</groupId>
+            <artifactId>keycloak-authz-client</artifactId>
+        </dependency>
       <dependency>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-starter</artifactId>