Core dependency updates (Commons Logging 1.2, Commons Codec 1.10, JOpt Simple 4.8)
This commit is contained in:
parent
fc92c0010e
commit
2bf6d5b8eb
|
@ -328,10 +328,10 @@ project("spring-core") {
|
|||
jarjar("com.googlecode.jarjar:jarjar:1.3")
|
||||
|
||||
compile(files(cglibRepackJar))
|
||||
compile("commons-logging:commons-logging:1.1.3")
|
||||
optional("commons-codec:commons-codec:1.9")
|
||||
compile("commons-logging:commons-logging:1.2")
|
||||
optional("commons-codec:commons-codec:1.10")
|
||||
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||
optional("net.sf.jopt-simple:jopt-simple:4.6")
|
||||
optional("net.sf.jopt-simple:jopt-simple:4.8")
|
||||
optional("log4j:log4j:1.2.17")
|
||||
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
|
||||
testCompile("xmlunit:xmlunit:1.5")
|
||||
|
|
Loading…
Reference in New Issue