plugins { id "java" id "org.springframework.boot.conventions" } description = "Spring Boot Data Neo4j smoke test" dependencies { implementation project(":spring-boot-project:spring-boot-starters:spring-boot-starter-data-neo4j") testImplementation project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test") }