From 5a29982862e9bbf36816cf3fe40133fa315fa7be Mon Sep 17 00:00:00 2001 From: Abhinav Pandey Date: Sun, 12 Mar 2023 11:42:05 +0530 Subject: [PATCH] BAEL-6128 - moving 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 81e3aa242e..8c191b0abd 100644 --- a/persistence-modules/pom.xml +++ b/persistence-modules/pom.xml @@ -90,7 +90,6 @@ spring-data-jpa-query-3 spring-data-jpa-repo spring-data-jpa-repo-2 - spring-data-jpa-repo-3 spring-data-jdbc spring-data-keyvalue spring-data-mongodb diff --git a/pom.xml b/pom.xml index 8b395d44f1..8751aedda6 100644 --- a/pom.xml +++ b/pom.xml @@ -936,6 +936,7 @@ optaplanner persistence-modules/sirix persistence-modules/spring-data-cassandra-2 + persistence-modules/spring-data-jpa-repo-3 quarkus-modules/quarkus-vs-springboot quarkus-modules/quarkus-jandex spring-boot-modules/spring-boot-cassandre @@ -1145,6 +1146,7 @@ optaplanner persistence-modules/sirix persistence-modules/spring-data-cassandra-2 + persistence-modules/spring-data-jpa-repo-3 quarkus-modules/quarkus-vs-springboot quarkus-modules/quarkus-jandex spring-boot-modules/spring-boot-cassandre