Skip to content

Commit

Permalink
Merge pull request Baeldung#191 from sampada07/JAVA-413
Browse files Browse the repository at this point in the history
fix for error in starting up oauth-authorization-server as fat-jar
  • Loading branch information
lor6 authored May 18, 2020
2 parents 5895b76 + 1ca9725 commit 0c55677
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions oauth-rest/oauth-authorization-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<requiresUnpack>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-model-jpa</artifactId>
</dependency>
</requiresUnpack>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 0c55677

Please sign in to comment.