From d5234dd9e196b2da18711a96cdfb23a4465a9b47 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Thu, 21 Dec 2023 15:03:52 +0100 Subject: [PATCH] remove neo4j boot starter as there is NO neo4j auto-configuration --- .../spring-ai-starter-neo4j-store/pom.xml | 42 ------------------- 1 file changed, 42 deletions(-) delete mode 100644 spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml deleted file mode 100644 index 5110444ae..000000000 --- a/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - 4.0.0 - - org.springframework.ai - spring-ai - 0.8.0-SNAPSHOT - ../../pom.xml - - spring-ai-neo4j-store-spring-boot-starter - jar - Spring AI Starter - Neo4j Store - Spring AI Neo4j Store Auto Configuration - https://github.com/spring-projects/spring-ai - - - https://github.com/spring-projects/spring-ai - git://github.com/spring-projects/spring-ai.git - git@github.com:spring-projects/spring-ai.git - - - - - - org.springframework.boot - spring-boot-starter - - - - org.springframework.ai - spring-ai-spring-boot-autoconfigure - ${project.parent.version} - - - - org.springframework.ai - spring-ai-neo4j-store - ${project.parent.version} - - - -