Skip to content

Commit

Permalink
Merge pull request #13725 from codeconsole/7.0.x-remove-unused-deps
Browse files Browse the repository at this point in the history
jackson dependency not needed
  • Loading branch information
codeconsole authored Oct 3, 2024
2 parents a5b3af6 + e1f9281 commit dc79bb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion grails-plugin-databinding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
exclude module:'async'
exclude module:'gsp'
}
testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
}

tasks.named('compileTestGroovy').configure {
Expand Down
1 change: 0 additions & 1 deletion grails-test-suite-persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ dependencies {
exclude module:'grails-test'
exclude module:'async'
}
testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
}

test {
Expand Down

0 comments on commit dc79bb7

Please sign in to comment.