File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed
examples/spring-security-cas-test1
plugin-core/docs/src/docs/code
custom-user-details-context-mapper Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 compile " org.springframework.boot:spring-boot-starter-actuator"
3636 compile " org.springframework.boot:spring-boot-starter-tomcat"
3737 compile " org.apache.grails:grails-dependencies"
38- compile " org.apache.grails.web :grails-web-boot"
38+ compile " org.apache.grails:grails-web-boot"
3939 compile " org.apache.grails:grails-cache"
4040 compile " org.apache.grails:grails-scaffolding"
4141 compile " org.apache.grails:grails-data-hibernate5"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 implementation project(' :acl-plugin' )
1010 implementation ' org.apache.grails:grails-core'
1111 implementation ' org.apache.grails:grails-rest-transforms'
12- implementation ' org.apache.grails.web :grails-web-boot'
12+ implementation ' org.apache.grails:grails-web-boot'
1313 implementation ' org.apache.grails:grails-gsp'
1414 implementation ' org.apache.grails:grails-data-hibernate5'
1515
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88
99 implementation project(' :acl-plugin' )
1010 implementation ' org.apache.grails:grails-core'
11- implementation ' org.apache.grails.web :grails-web-boot'
11+ implementation ' org.apache.grails:grails-web-boot'
1212 implementation ' org.apache.grails:grails-rest-transforms'
1313 implementation ' org.apache.grails:grails-gsp'
1414
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 implementation " org.apache.grails:grails-core"
2323 implementation " org.springframework.boot:spring-boot-starter-actuator"
2424 implementation " org.springframework.boot:spring-boot-starter-tomcat"
25- implementation " org.apache.grails.web :grails-web-boot"
25+ implementation " org.apache.grails:grails-web-boot"
2626 implementation " org.apache.grails:grails-logging"
2727 implementation " org.apache.grails:grails-rest-transforms"
2828 implementation " org.apache.grails:grails-databinding"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation project(' :cas-plugin' )
1111 implementation ' org.apache.grails:grails-core'
1212 implementation ' org.apache.grails:grails-rest-transforms'
13- implementation ' org.apache.grails.web :grails-web-boot'
13+ implementation ' org.apache.grails:grails-web-boot'
1414 implementation ' org.apache.grails:grails-gsp'
1515
1616 runtimeOnly ' com.bertramlabs.plugins:asset-pipeline-grails'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818
1919 compileOnly " jakarta.servlet:jakarta.servlet-api"
2020 compileOnly " org.springframework.boot:spring-boot-starter-logging"
21- compileOnly " org.apache.grails.web :grails-web-boot"
21+ compileOnly " org.apache.grails:grails-web-boot"
2222
2323 profile " org.apache.grails.profiles:web-plugin"
2424 api project(' :core-plugin' )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 compile " org.springframework.boot:spring-boot-starter-actuator"
3636 compile " org.springframework.boot:spring-boot-starter-tomcat"
3737 compile " org.apache.grails:grails-dependencies"
38- compile " org.apache.grails.web :grails-web-boot"
38+ compile " org.apache.grails:grails-web-boot"
3939 compile " org.apache.grails:grails-cache"
4040 compile " org.apache.grails:grails-scaffolding"
4141 compile " org.apache.grails:grails-data-hibernate5"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 compile " org.springframework.boot:spring-boot-starter-actuator"
3636 compile " org.springframework.boot:spring-boot-starter-tomcat"
3737 compile " org.apache.grails:grails-dependencies"
38- compile " org.apache.grails.web :grails-web-boot"
38+ compile " org.apache.grails:grails-web-boot"
3939 compile " org.apache.grails:grails-cache"
4040 compile " org.apache.grails:grails-scaffolding"
4141 compile " org.apache.grails:grails-data-hibernate5"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 compile " org.springframework.boot:spring-boot-starter-actuator"
3434 compile " org.springframework.boot:spring-boot-starter-tomcat"
3535 compile " org.apache.grails:grails-dependencies"
36- compile " org.apache.grails.web :grails-web-boot"
36+ compile " org.apache.grails:grails-web-boot"
3737 compile " org.apache.grails:grails-cache"
3838 compile " org.apache.grails:grails-scaffolding"
3939 compile " org.apache.grails:grails-data-hibernate5"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
3434 implementation " org.apache.grails:grails-core"
3535 implementation " org.springframework.boot:spring-boot-starter-actuator"
3636 implementation " org.springframework.boot:spring-boot-starter-tomcat"
37- implementation " org.apache.grails.web :grails-web-boot"
37+ implementation " org.apache.grails:grails-web-boot"
3838 implementation " org.apache.grails:grails-logging"
3939 implementation " org.apache.grails:grails-rest-transforms"
4040 implementation " org.apache.grails:grails-databinding"
You can’t perform that action at this time.
0 commit comments