pull versions out to Versions config

This commit is contained in:
dfsek
2021-12-19 15:30:50 -07:00
parent 2a965e847f
commit aeb0372d59
13 changed files with 36 additions and 231 deletions
+5 -6
View File
@@ -2,12 +2,11 @@ dependencies {
shadedApi(project(":common:api"))
shadedApi(project(":common:implementation:bootstrap-addon-loader"))
shadedApi("org.apache.commons:commons-rng-core:1.3")
shadedApi("commons-io:commons-io:2.6")
shadedImplementation("org.apache.commons:commons-text:1.9")
shadedImplementation("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
shadedImplementation("com.dfsek.tectonic:yaml:${Versions.Libraries.tectonic}")
shadedImplementation("org.apache.commons", "commons-text", Versions.Libraries.Internal.apacheText)
shadedImplementation("com.dfsek.tectonic", "yaml", Versions.Libraries.tectonic)
shadedImplementation("org.yaml:snakeyaml:1.27")
shadedImplementation("org.ow2.asm:asm:9.2")
shadedImplementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
shadedImplementation("org.ow2.asm", "asm", Versions.Libraries.Internal.asm)
}