Strip dependencies on Apache Commons Codec

This commit is contained in:
Mike Primm 2021-12-19 15:23:40 -06:00
parent bd6e98f785
commit 3c014f64eb
9 changed files with 24 additions and 25 deletions

View file

@ -33,7 +33,6 @@ project.archivesBaseName = "${project.archivesBaseName}-forge-1.18"
dependencies {
implementation project(path: ":DynmapCore", configuration: "shadow")
implementation project(path: ':DynmapCoreAPI')
implementation "commons-codec:commons-codec:1.15"
minecraft 'net.minecraftforge:forge:1.18-38.0.12'
}