mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
Dependency aopalliance is not required anymore #941
This commit is contained in:
parent
faed4751fb
commit
473c829c2d
@ -311,7 +311,6 @@ configure(globalModule) {
|
||||
compile(bom['org.eclipse.persistence:org.eclipse.persistence.oracle'])
|
||||
|
||||
compile(bom['org.freemarker:freemarker'])
|
||||
compile(bom['aopalliance:aopalliance'])
|
||||
compile(bom['org.springframework:spring-core'])
|
||||
compile(bom['org.springframework:spring-beans'])
|
||||
compile(bom['org.springframework:spring-context'])
|
||||
|
@ -58,7 +58,6 @@ javax.activation/activation = 1.1.1
|
||||
org.freemarker/freemarker = 2.3.23
|
||||
org.jsoup/jsoup = 1.10.3
|
||||
com.google.code.gson/gson = 2.8.2
|
||||
aopalliance/aopalliance = 1.0
|
||||
org.codehaus.groovy/groovy-all = 2.4.13
|
||||
ch.qos.logback/logback-classic = 1.2.3
|
||||
org.slf4j/slf4j-api = 1.7.25
|
||||
|
Loading…
Reference in New Issue
Block a user