File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ dependencies {
85
85
compileOnly " io.micronaut:micronaut-inject-groovy"
86
86
87
87
profile " org.grails.profiles:web"
88
+ runtimeOnly " org.gradle:gradle-tooling-api:7.0"
88
89
runtimeOnly " org.glassfish.web:el-impl:2.1.2-b03"
89
90
runtimeOnly " javax.xml.bind:jaxb-api:2.3.1"
90
91
runtimeOnly " com.bertramlabs.plugins:asset-pipeline-grails:3.3.4"
@@ -99,7 +100,6 @@ dependencies {
99
100
testImplementation " org.seleniumhq.selenium:selenium-remote-driver:$seleniumVersion "
100
101
testImplementation " org.seleniumhq.selenium:selenium-api:$seleniumVersion "
101
102
testImplementation " org.seleniumhq.selenium:selenium-support:$seleniumVersion "
102
- testRuntimeOnly " org.gradle:gradle-tooling-api:7.0"
103
103
testRuntimeOnly " org.seleniumhq.selenium:selenium-chrome-driver:$seleniumVersion "
104
104
testRuntimeOnly " org.seleniumhq.selenium:selenium-firefox-driver:$seleniumVersion "
105
105
You can’t perform that action at this time.
0 commit comments