From 3b47cef6bfeef7a4ed48fd6cfbf0e2f85c6cf721 Mon Sep 17 00:00:00 2001 From: Krzysiek Date: Tue, 11 Jan 2022 09:34:39 +0100 Subject: [PATCH] JAVA-9020: Move spring-data-cassandra-2 to jdk9+ profile --- persistence-modules/pom.xml | 1 - pom.xml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/persistence-modules/pom.xml b/persistence-modules/pom.xml index 2bd78bc9ce..4d42ff54cd 100644 --- a/persistence-modules/pom.xml +++ b/persistence-modules/pom.xml @@ -60,7 +60,6 @@ spring-boot-persistence-mongodb spring-data-arangodb spring-data-cassandra - spring-data-cassandra-2 spring-data-cassandra-test spring-data-cassandra-reactive spring-data-cosmosdb diff --git a/pom.xml b/pom.xml index 665d27ac64..79cd85a50c 100644 --- a/pom.xml +++ b/pom.xml @@ -1334,6 +1334,7 @@ core-java-modules/core-java-networking-3 core-java-modules/multimodulemavenproject persistence-modules/sirix + persistence-modules/spring-data-cassandra-2 quarkus-vs-springboot quarkus-jandex spring-boot-modules/spring-boot-cassandre @@ -1390,6 +1391,7 @@ core-java-modules/multimodulemavenproject core-java-modules/core-java-strings persistence-modules/sirix + persistence-modules/spring-data-cassandra-2 quarkus-vs-springboot quarkus-jandex spring-boot-modules/spring-boot-cassandre