Files
lnd-manageJ/web/build.gradle
2021-11-23 22:06:21 +01:00

11 lines
316 B
Groovy

plugins {
id 'lnd-manageJ.java-library-conventions'
}
dependencies {
implementation('org.springframework.boot:spring-boot-starter-web')
implementation project(':backend')
implementation project(':model')
implementation project(':metrics')
testImplementation testFixtures(project(':model'))
}