From dee45487983ba0d755bb56731695e4277cd24f15 Mon Sep 17 00:00:00 2001 From: sebastienblanc Date: Thu, 27 Apr 2017 15:48:23 +0200 Subject: [PATCH] rename the starter and spring-boot-starter --- adapters/oidc/spring-boot-container-bundle/pom.xml | 1 + boms/adapter/pom.xml | 4 ++-- .../pom.xml | 9 +++++++-- misc/spring-boot-starter/pom.xml | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) rename misc/spring-boot-starter/{keycloak-default-spring-boot-starter => keycloak-spring-boot-starter}/pom.xml (80%) diff --git a/adapters/oidc/spring-boot-container-bundle/pom.xml b/adapters/oidc/spring-boot-container-bundle/pom.xml index 757aad6592..4f68494d38 100644 --- a/adapters/oidc/spring-boot-container-bundle/pom.xml +++ b/adapters/oidc/spring-boot-container-bundle/pom.xml @@ -52,6 +52,7 @@ org.keycloak:keycloak-jetty-adapter-spi + true diff --git a/boms/adapter/pom.xml b/boms/adapter/pom.xml index 397b667d50..ccc35042fb 100644 --- a/boms/adapter/pom.xml +++ b/boms/adapter/pom.xml @@ -53,7 +53,7 @@ org.keycloak keycloak-wildfly-adapter-dist 3.2.0.CR1-SNAPSHOT - + org.keycloak keycloak-saml-adapter-core @@ -121,7 +121,7 @@ org.keycloak - keycloak-default-spring-boot-starter + keycloak-spring-boot-starter 3.2.0.CR1-SNAPSHOT diff --git a/misc/spring-boot-starter/keycloak-default-spring-boot-starter/pom.xml b/misc/spring-boot-starter/keycloak-spring-boot-starter/pom.xml similarity index 80% rename from misc/spring-boot-starter/keycloak-default-spring-boot-starter/pom.xml rename to misc/spring-boot-starter/keycloak-spring-boot-starter/pom.xml index 83be7c6972..154d5a300f 100644 --- a/misc/spring-boot-starter/keycloak-default-spring-boot-starter/pom.xml +++ b/misc/spring-boot-starter/keycloak-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ keycloak-spring-boot-starter-parent 3.2.0.CR1-SNAPSHOT - keycloak-default-spring-boot-starter + keycloak-spring-boot-starter Keycloak :: Spring :: Boot :: Default :: Starter Spring Boot Default Starter for Keycloak @@ -15,6 +15,11 @@ org.keycloak keycloak-spring-boot-adapter + + org.springframework.boot + spring-boot-starter + 1.5.2.RELEASE + org.keycloak spring-boot-container-bundle @@ -24,4 +29,4 @@ keycloak-spring-security-adapter - \ No newline at end of file + diff --git a/misc/spring-boot-starter/pom.xml b/misc/spring-boot-starter/pom.xml index e80b8d7db3..cbea8390fc 100644 --- a/misc/spring-boot-starter/pom.xml +++ b/misc/spring-boot-starter/pom.xml @@ -13,7 +13,7 @@ Support for using Keycloak in Spring Boot applications. pom - keycloak-default-spring-boot-starter + keycloak-spring-boot-starter