Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
build: remove unused async dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Feb 2, 2023
1 parent ecd739f commit 31d7364
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions grails-plugin-gsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ dependencies {
astImplementation "org.grails:grails-web:$grailsVersion"
astImplementation "org.grails:grails-plugin-controllers:$grailsVersion"

testImplementation "org.grails:grails-test-support:$grailsVersion", {
exclude module:'async'
}
testImplementation "org.grails:grails-test-support:$grailsVersion"

testRuntimeOnly "org.grails.plugins:async"
testImplementation "javax.servlet.jsp:jsp-api:${jspApiVersion}"
testImplementation "org.springframework:spring-test:$springVersion"

Expand Down

0 comments on commit 31d7364

Please sign in to comment.