database/jdbc-test/build.gradle

7 lines
183 B
Groovy
Raw Normal View History

dependencies {
api project(":jdbc-query")
2024-12-29 16:47:00 +01:00
implementation project(":jdbc-connection-pool")
2023-12-16 21:03:19 +01:00
implementation testLibs.junit.jupiter.api
implementation testLibs.hamcrest
}