Update build.gradle

This commit is contained in:
Marius Bogoevici
2016-05-09 22:01:52 -04:00
parent 5956b62dc6
commit a4193d2432

View File

@@ -8,12 +8,12 @@ apply plugin: "io.spring.dependency-management"
dependencyManagement {
imports {
mavenBom '{@= groupId @}:spring-cloud-streams-parent:{@= version @}'
mavenBom '{@= groupId @}:spring-cloud-stream-dependencies:{@= version @}'
}
}
dependencies {
compile '{@= groupId @}:spring-cloud-stream'
compile 'org.springframework.boot:spring-boot-starter-redis'
compile 'org.springframework.cloud:spring-cloud-starter-stream-redis'
}
compile 'org.springframework.boot:spring-boot-starter-kafka'
compile 'org.springframework.cloud:spring-cloud-starter-stream-kafka'
}