mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Fix dependency on sop-java-testfixtures
This commit is contained in:
parent
e9e17904f6
commit
3eb2fb543a
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ dependencies {
|
|||
// Logging
|
||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||
|
||||
// Depend on "shared" sop-java test suite (fixtures are turned into tests by inheritance inside test sources)
|
||||
testImplementation(testFixtures("org.pgpainless:sop-java:$sopJavaVersion"))
|
||||
testImplementation("org.pgpainless:sop-java-testfixtures:$sopJavaVersion")
|
||||
|
||||
implementation(project(":pgpainless-core"))
|
||||
api "org.pgpainless:sop-java:$sopJavaVersion"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue