move Tectonic YAML dependency to implementation

This commit is contained in:
dfsek
2021-07-23 11:42:29 -07:00
parent 672349f5b7
commit 67d3af71bf
3 changed files with 3 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ configureAddon()
dependencies {
"shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2")
}

View File

@@ -12,7 +12,6 @@ dependencies {
"shadedApi"("com.dfsek:Paralithic:0.4.0")
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
"shadedApi"("com.dfsek.tectonic:yaml:2.1.2")
"shadedApi"("net.jafama:jafama:2.3.2")
}

View File

@@ -15,6 +15,8 @@ dependencies {
"shadedApi"("commons-io:commons-io:2.6")
"shadedImplementation"("org.apache.commons:commons-text:1.9")
"shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2")
"shadedImplementation"("org.yaml:snakeyaml:1.27")
"shadedImplementation"("org.ow2.asm:asm:9.0")
}