Restructure test artifacts into sop-java testFixtures

This commit is contained in:
Paul Schaub 2023-01-27 00:35:38 +01:00
parent 88e3ba0095
commit fd426b533c
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
13 changed files with 303 additions and 185 deletions

View file

@ -20,6 +20,7 @@ dependencies {
testImplementation "com.google.code.gson:gson:2.10.1"
api project(":sop-java")
testImplementation(testFixtures(project(":sop-java")))
api "org.slf4j:slf4j-api:$slf4jVersion"
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"