@@ -4,67 +4,37 @@ configurations.all {
44 }
55}
66
7- configurations. testCompileClasspath {
8- exclude module : " grails-plugin-testing"
9- }
10-
117dependencies {
128 testImplementation project(" :grace-boot" )
13- testImplementation project(" :grace-test-suite-base" )
14- testImplementation project(" :grace-plugin-domain-class" )
159 testImplementation project(" :grace-plugin-codecs" )
10+ testImplementation project(" :grace-plugin-controllers" )
1611 testImplementation project(" :grace-plugin-converters" )
12+ testImplementation project(" :grace-plugin-databinding" )
1713 testImplementation project(" :grace-plugin-datasource" )
14+ testImplementation project(" :grace-plugin-domain-class" )
15+ testImplementation project(" :grace-plugin-gsp" )
1816 testImplementation project(" :grace-plugin-i18n" )
19- testImplementation project(" :grace-plugin-url-mappings" )
20- testImplementation project(" :grace-plugin-databinding" )
21- testImplementation project(" :grace-plugin-services" )
2217 testImplementation project(" :grace-plugin-interceptors" )
23- testImplementation project(" :grace-plugin-controllers" )
2418 testImplementation project(" :grace-plugin-rest" )
19+ testImplementation project(" :grace-plugin-services" )
20+ testImplementation project(" :grace-plugin-url-mappings" )
2521 testImplementation project(" :grace-web" )
2622 testImplementation project(" :grace-spring" )
23+ testImplementation project(" :grace-test-suite-base" )
2724 testImplementation project(" :grace-test-support" )
2825
2926 api libs. jakarta. servlet
27+ testImplementation libs. glassfish. web. jsp. jstl
28+ testImplementation libs. grace. async. core
29+ testImplementation libs. grace. datastore. gorm
3030 testImplementation libs. jakarta. el
3131 testImplementation libs. jakarta. servlet. jsp
3232 testImplementation libs. jakarta. servlet. jsp. jstl
3333 testImplementation libs. jakarta. servlet. jsp. jstl
34- testImplementation libs. glassfish. web. jsp. jstl
35-
36- testImplementation libs. grace. datastore. gorm. hibernate, {
37- exclude group : ' org.graceframework' , module :' grace-datastore-gorm'
38- exclude group : ' org.graceframework' , module :' grace-datastore-core'
39- exclude group : ' org.springframework' , module :' spring-core'
40- exclude group : ' org.springframework' , module :' spring-context'
41- exclude group : ' org.springframework' , module :' spring-web'
42- exclude group : ' org.springframework' , module :' spring-beans'
43- exclude group : ' org.springframework' , module :' spring-tx'
44- exclude group : ' org.slf4j' , module :' jcl-over-slf4j'
45- exclude group : ' org.slf4j' , module :' jul-to-slf4j'
46- exclude group : ' org.slf4j' , module :' slf4j-api'
47- exclude group : ' org.slf4j' , module :' slf4j-simple'
48- exclude group : ' org.graceframework' , module :' grace-bootstrap'
49- exclude group : ' org.graceframework' , module :' grace-plugin-domain-class'
50- exclude group : ' org.graceframework' , module :' grace-core'
51- exclude group : ' org.graceframework' , module :' grace-web'
52- exclude group : ' org.graceframework' , module :' grace-test'
53- exclude group : ' org.graceframework' , module :' grace-async'
54- exclude group : ' org.graceframework' , module :' grace-spring'
55- exclude group : ' commons-collections' , module :' commons-collections'
56- exclude group : ' commons-lang' , module :' commons-lang'
57- exclude group : ' javassit' , module :' javassist'
58- exclude group : ' java-persistence' , module :' persistence-api'
59- exclude group : ' javassist' , module : ' javassist'
60- }
61-
62- testImplementation project(" :grace-plugin-gsp" )
63- testImplementation libs. grace. async. core
6434
65- testRuntimeOnly libs. spring. aspects
6635 testRuntimeOnly libs. aspectj. rt
6736 testRuntimeOnly libs. aspectj. weaver
37+ testRuntimeOnly libs. spring. aspects
6838}
6939
7040// javaee-web-api has a bad versions of classes we need to compile against
0 commit comments