We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0040720 commit eb024a2Copy full SHA for eb024a2
lib/stove-testing-e2e-rdbms/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api(project(":lib:stove-testing-e2e"))
3
- implementation(libs.kotlinx.reactor)
4
- implementation(libs.r2dbc.spi)
5
- implementation(testLibs.testcontainers.jdbc)
+ api(libs.kotlinx.reactor)
+ api(libs.r2dbc.spi)
+ api(testLibs.testcontainers.jdbc)
6
testImplementation(testLibs.mockito.kotlin)
7
}
0 commit comments