Dependency aopalliance is not required anymore #941

This commit is contained in:
Yuriy Artamonov 2018-06-06 21:07:39 +04:00
parent faed4751fb
commit 473c829c2d
2 changed files with 0 additions and 2 deletions

View File

@ -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'])

View File

@ -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