Skip to content

Commit

Permalink
Add missing dependencies to integration test sourceset
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Feb 12, 2023
1 parent d8b94ae commit 1ba11b3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ configurations {
}

dependencies {
integrationTestAnnotationProcessor libs.lombok
integrationTestCompileOnly libs.lombok

integrationTestImplementation libs.slf4j.api
integrationTestImplementation libs.logback.core
integrationTestImplementation libs.logback.classic

integrationTestImplementation libs.junit.jupiter
integrationTestImplementation libs.assertj.core
}
Expand Down

0 comments on commit 1ba11b3

Please sign in to comment.