remove unused libraries
This commit is contained in:
parent
3f15de26f3
commit
cf4c48741e
1 changed files with 0 additions and 2 deletions
|
@ -9,10 +9,8 @@ dependencyResolutionManagement {
|
|||
library('junit4', 'junit', 'junit').version('4.13.2')
|
||||
library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2')
|
||||
library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.71')
|
||||
library('conscrypt', 'org.conscrypt', 'conscrypt-openjdk-uber').version('2.5.2')
|
||||
library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.12.7')
|
||||
library('jna', 'net.java.dev.jna', 'jna').version('5.12.1')
|
||||
library('guice', 'org.xbib', 'guice').version('5.0.1.0')
|
||||
library('datastructures-common', 'org.xbib', 'datastructures-common').version('2.0.0')
|
||||
plugin('publish', 'com.gradle.plugin-publish').version('0.18.0')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue