make slf4j testImplementation

This commit is contained in:
dfsek
2022-06-24 17:50:40 -07:00
parent cffdf7aeeb
commit b05852e074
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ dependencies {
api(project(":common:api"))
api(project(":common:implementation:bootstrap-addon-loader"))
testImplementation("org.slf4j", "slf4j-api", Versions.Libraries.slf4j)
implementation("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
implementation("org.apache.commons", "commons-text", Versions.Libraries.Internal.apacheText)