[JAVA-2306] Fix - Added spring-data-jpa-query-2 to modules list

This commit is contained in:
François Dupire 2020-08-19 19:44:49 +02:00 committed by fdpro
parent 473b453a1f
commit 0a24acf927
2 changed files with 2 additions and 1 deletions

View File

@ -68,6 +68,7 @@
<module>spring-data-jpa-enterprise</module>
<module>spring-data-jpa-filtering</module>
<module>spring-data-jpa-query</module>
<module>spring-data-jpa-query-2</module>
<module>spring-data-jpa-repo</module>
<module>spring-data-jdbc</module>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-jpa-query</artifactId>
<artifactId>spring-data-jpa-query-2</artifactId>
<name>spring-data-jpa-query-2</name>
<parent>