mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-02-20 05:24:20 +01:00
13 lines
457 B
Plaintext
13 lines
457 B
Plaintext
plugins {
|
|
id("lnd-manageJ.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":model"))
|
|
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
|
testFixturesApi(testFixtures(project(":model")))
|
|
integrationTestImplementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
|
integrationTestRuntimeOnly("com.h2database:h2")
|
|
integrationTestImplementation(testFixtures(project(":balances")))
|
|
}
|