JAVA-222364 Keep in the spring data neo4j just the examples with spring

This commit is contained in:
timis1
2023-06-16 08:56:51 +03:00
committed by n
parent 05519f2296
commit 52d3952ac3
6 changed files with 2 additions and 309 deletions
+2
View File
@@ -369,6 +369,7 @@
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because it doesn't support jakarta API -->
<module>persistence-modules/java-cassandra</module> <!-- JAVA-21464 cassandra-unit library doesn't support to run with jdk9 and above -->
<module>persistence-modules/spring-data-cassandra-reactive</module> <!--JAVA-21844-->
<module>persistence-modules/spring-data-neo4j</module>
</modules>
</profile>
@@ -545,6 +546,7 @@
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because it doesn't support jakarta API -->
<module>persistence-modules/java-cassandra</module> <!-- JAVA-21464 cassandra-unit library doesn't support to run with jdk9 and above -->
<module>persistence-modules/spring-data-cassandra-reactive</module> <!--JAVA-21844-->
<module>persistence-modules/spring-data-neo4j</module>
</modules>
</profile>