Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies {
implementation "org.apache.grails:grails-data-hibernate5:$hibernateDatastoreVersion"
implementation "org.hibernate:hibernate-ehcache:$hibernateEhcacheVersion"

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-data-neo4j/examples/grails3-neo4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies {

implementation project(":grails-plugin")

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-dependencies/assets/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def configurations = [
'org.webjars.npm:bootstrap',
'org.webjars.npm:bootstrap-icons',
'org.webjars.npm:jquery',
'org.webjars:webjars-locator-core',
]
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies {
testAndDevelopmentOnly "org.webjars.npm:bootstrap"
testAndDevelopmentOnly "org.webjars.npm:bootstrap-icons"
testAndDevelopmentOnly "org.webjars.npm:jquery"
implementation 'org.webjars:webjars-locator-core'
implementation platform("org.apache.grails:grails-bom:$grailsVersion")
implementation "org.apache.grails:grails-core"
implementation "org.apache.grails:grails-logging"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ public void apply(GeneratorContext generatorContext) {
.artifactId("asset-pipeline-grails")
.runtimeOnly());

generatorContext.addDependency(Dependency.builder()
.groupId("org.webjars")
.artifactId("webjars-locator-core")
.implementation());

generatorContext.addDependency(Dependency.builder()
.groupId("org.webjars.npm")
.artifactId("bootstrap")
Expand Down
2 changes: 0 additions & 2 deletions grails-profiles/web/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ dependencies:
coords: "org.apache.grails:grails-scaffolding"
- scope: testImplementation
coords: "org.apache.grails:grails-testing-support-web"
- scope: implementation
coords: "org.webjars:webjars-locator-core"
- scope: testAndDevelopmentOnly
coords: "org.webjars.npm:bootstrap"
- scope: testAndDevelopmentOnly
Expand Down
2 changes: 1 addition & 1 deletion grails-test-examples/app1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation 'org.apache.grails:grails-cache'
implementation 'org.apache.grails:grails-scaffolding'

implementation 'org.webjars:webjars-locator-core'

testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/app2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dependencies {
implementation 'org.apache.grails:grails-data-hibernate5'
implementation 'org.apache.grails:grails-cache'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/demo33/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies {
implementation 'org.apache.grails:grails-data-hibernate5'
implementation 'org.apache.grails:grails-views-gson'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:bootstrap'
testAndDevelopmentOnly 'org.webjars.npm:jquery'
Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/geb-gebconfig/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-tomcat'
implementation 'org.springframework.boot:spring-boot-starter-validation'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:bootstrap'
testAndDevelopmentOnly 'org.webjars.npm:jquery'
Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/geb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-tomcat'
implementation 'org.springframework.boot:spring-boot-starter-validation'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:bootstrap'
testAndDevelopmentOnly 'org.webjars.npm:jquery'
Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/gsp-layout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies {
implementation 'org.apache.grails:grails-controllers'
implementation 'org.apache.grails:grails-rest-transforms'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:bootstrap'
testAndDevelopmentOnly 'org.webjars.npm:jquery'
Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/gsp-sitemesh3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies {
implementation 'org.apache.grails:grails-rest-transforms'
implementation 'org.apache.grails:grails-sitemesh3'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:bootstrap'
testAndDevelopmentOnly 'org.webjars.npm:jquery'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
implementation 'org.apache.grails:grails-layout'
}

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies {
implementation 'org.apache.grails:grails-layout'
}

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
implementation 'org.apache.grails:grails-layout'
}

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
implementation 'org.apache.grails:grails-layout'
}

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/hibernate5/issue450/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
implementation 'org.apache.grails:grails-layout'
}

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:bootstrap'
testAndDevelopmentOnly 'org.webjars.npm:jquery'
Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/hyphenated/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies {

implementation 'org.apache.grails:grails-data-hibernate5'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/issue-11102/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ dependencies {
implementation 'org.apache.grails:grails-events'
implementation 'org.apache.grails:grails-gsp'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:bootstrap'
testAndDevelopmentOnly 'org.webjars.npm:jquery'
Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/mongodb/base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
}
implementation 'org.apache.grails:grails-gsp'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
implementation 'org.apache.grails:grails-layout'
}

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/mongodb/gson-templates/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dependencies {
implementation 'org.apache.grails:grails-url-mappings'
implementation 'org.apache.grails.data:grails-data-mongodb-core'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/mongodb/hibernate5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
}
implementation 'org.apache.grails:grails-data-hibernate5'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/namespaces/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dependencies {
implementation 'org.apache.grails:grails-data-hibernate5'
implementation 'org.apache.grails:grails-cache'

implementation 'org.webjars:webjars-locator-core'
testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
1 change: 0 additions & 1 deletion grails-test-examples/scaffolding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies {
implementation "org.apache.grails:grails-scaffolding"
implementation "org.apache.grails:grails-data-hibernate5"
implementation "org.apache.grails:grails-gsp"
implementation 'org.webjars:webjars-locator-core'
integrationTestImplementation testFixtures("org.apache.grails:grails-geb")
profile "org.apache.grails.profiles:web"
runtimeOnly "org.fusesource.jansi:jansi"
Expand Down
3 changes: 1 addition & 2 deletions grails-test-examples/views-functional-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-autoconfigure'
implementation 'org.springframework.boot:spring-boot-starter-logging'
implementation 'org.springframework.boot:spring-boot-starter-tomcat'

implementation 'org.webjars:webjars-locator-core'

testAndDevelopmentOnly platform(project(':grails-bom'))
testAndDevelopmentOnly 'org.webjars.npm:jquery'

Expand Down
Loading