Permalink
Cannot retrieve contributors at this time
spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra-reactive/build.gradle
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
12 lines (10 sloc)
381 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins { | |
id "org.springframework.boot.starter" | |
} | |
description = "Starter for using Cassandra distributed database and Spring Data Cassandra Reactive" | |
dependencies { | |
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter")) | |
api("org.springframework:spring-tx") | |
api("org.springframework.data:spring-data-cassandra") | |
api("io.projectreactor:reactor-core") | |
} |