database/jdbc-test/build.gradle

5 lines
131 B
Groovy

dependencies {
api project(":jdbc-query")
implementation testLibs.junit.jupiter.api
implementation testLibs.hamcrest
}