mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
PL-10392 Remove explicit dependency on commons-logging
This commit is contained in:
parent
e9c095fc54
commit
16b9650054
@ -246,7 +246,6 @@ configure(sharedLibModule) {
|
||||
|
||||
configure(globalModule) {
|
||||
dependencies {
|
||||
compile(bom['commons-logging:commons-logging'])
|
||||
compile(bom['org.codehaus.groovy:groovy-all'])
|
||||
|
||||
compile(bom['commons-lang:commons-lang'])
|
||||
|
@ -21,7 +21,6 @@ org.hsqldb/hsqldb = 2.3.3
|
||||
com.microsoft.sqlserver/mssql-jdbc = 6.2.1.jre8
|
||||
mysql/mysql-connector-java = 5.1.41
|
||||
|
||||
commons-logging/commons-logging = 1.2
|
||||
commons-lang/commons-lang = 2.6
|
||||
commons-io/commons-io = 2.5
|
||||
commons-cli/commons-cli = 1.4
|
||||
|
Loading…
Reference in New Issue
Block a user