Skip to content

Commit

Permalink
Merge pull request #52 from CaritasDeutschland/feature-update-spring-…
Browse files Browse the repository at this point in the history
…boot-and-dependencies

fix: add resteasy again due to need for keycloak user registration
  • Loading branch information
mobo4b authored Nov 3, 2020
2 parents 9fd86bd + a337b96 commit 9630e9d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@
<artifactId>keycloak-admin-client</artifactId>
<version>4.4.0.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>4.5.8.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson2-provider</artifactId>
<version>4.5.8.Final</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
Expand Down

0 comments on commit 9630e9d

Please sign in to comment.