blob: f77566aad23c172cd069ab57e6ed3e66be11d942 [file] [log] [blame]
plugins {
id 'java'
id 'org.springframework.boot'
id "com.palantir.git-version"
}
apply plugin: 'io.spring.dependency-management'
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation project(':common')
implementation 'org.springframework.cloud:spring-cloud-dependencies:Finchley.SR3'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:2.1.2.RELEASE'
}