Skip to content

Commit

Permalink
fix bootRun config; add missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Nov 7, 2021
1 parent 4f6027c commit 0650f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/resources/overlay/gradle/springboot.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {

bootRunConfig "org.apereo.cas:cas-server-support-thymeleaf:${project.'cas.version'}"
bootRunConfig "org.apereo.cas:cas-server-support-validation:${project.'cas.version'}"
bootRunConfig "org.apereo.cas:cas-server-support-person-directory:${project.'cas.version'}"

bootRunConfig "org.apereo.cas:cas-server-webapp-resources:${project.'cas.version'}"
bootRunConfig "org.apereo.cas:cas-server-webapp-config:${project.'cas.version'}"
Expand Down

0 comments on commit 0650f00

Please sign in to comment.