JAVA-24547: Fixes made for adding spring-data-jpa-repo-3 (#14735)
This commit is contained in:
parent
cc911cefeb
commit
e53995fc81
|
@ -117,7 +117,7 @@
|
|||
<module>rethinkdb</module>
|
||||
<module>scylladb</module>
|
||||
<module>spring-data-cassandra-2</module>
|
||||
<!--<module>spring-data-jpa-repo-3</module>--> <!--Fix in JAVA-24547-->
|
||||
<module>spring-data-jpa-repo-3</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -32,5 +32,8 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<start-class>com.baeldung.spring.data.jpa.naturalid.Application</start-class>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue