spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-data-ca.../build.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
406 B
Groovy
Raw Normal View History

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(project(":spring-boot-project:spring-boot-data-cassandra"))
2025-03-18 21:22:09 +08:00
api(project(":spring-boot-project:spring-boot-tx"))
api("io.projectreactor:reactor-core")
}