Remove dependency management for groovy-test
groovy-test is no longer used in the build. See gh-27945
This commit is contained in:
parent
de33e3b575
commit
e3529453d1
|
|
@ -60,7 +60,6 @@ configure(allprojects) { project ->
|
||||||
entry 'groovy'
|
entry 'groovy'
|
||||||
entry 'groovy-jsr223'
|
entry 'groovy-jsr223'
|
||||||
entry 'groovy-templates' // requires findbugs for warning-free compilation
|
entry 'groovy-templates' // requires findbugs for warning-free compilation
|
||||||
entry 'groovy-test'
|
|
||||||
entry 'groovy-xml'
|
entry 'groovy-xml'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue