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.

14 lines
456 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"))
2025-04-23 17:02:17 +08:00
api(project(":spring-boot-project:spring-boot-cassandra"))
2025-03-18 21:22:09 +08:00
api(project(":spring-boot-project:spring-boot-tx"))
api("org.springframework.data:spring-data-cassandra")
api("io.projectreactor:reactor-core")
}