File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11dependencies {
2- implementation " org.grails:grails-dependencies:$grailsVersion "
2+ implementation " org.grails:grails-dependencies:$grailsVersion " , {
3+ exclude group : " com.h2database" , module : " h2"
4+ exclude group : " commons-collections" , module : " commons-collections"
5+ exclude group : " commons-io" , module : " commons-io"
6+ }
37 implementation " org.grails:grails-core"
48 implementation " org.grails.plugins:gsp"
5- implementation " org.zkoss.zk:zk:$zkVersion "
9+ implementation " org.zkoss.zk:zk:$zkVersion " , {
10+ exclude group : " commons-codec" , module : " commons-codec"
11+ exclude group : " org.beanshell" , module : " bsh"
12+ }
613 implementation " org.zkoss.zk:zul:$zkVersion "
714 implementation " org.zkoss.zk:zhtml:$zkVersion "
815 implementation " org.zkoss.zk:zkplus:$zkVersion "
You can’t perform that action at this time.
0 commit comments