Added server (war) to make it possible to deploy keycloak - this may just be a temporary approach
This commit is contained in:
parent
612b9c2dda
commit
915191899d
1 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,17 @@
|
|||
<artifactId>keycloak-sdk-html</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-social</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.resteasy</groupId>
|
||||
<artifactId>jaxrs-api</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue