Files
actions/adapter-commons/build.gradle
Marcin Grzejszczak b5016e61cb Added Gradle
2018-06-07 11:15:51 +02:00

7 lines
335 B
Groovy

dependencies {
compile("org.springframework.boot:spring-boot-starter-data-jpa")
compile("org.springframework.boot:spring-boot-starter-data-rest")
compile("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.5")
compile("org.liquibase:liquibase-core:3.5.5")
testCompile("org.springframework.boot:spring-boot-starter-test")
}