Skip to content

Commit 2e51d2a

Browse files
committed
Polishing.
Enable disabled examples, increment Hibernate version due to missing plugin.
1 parent 910a963 commit 2e51d2a

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

jpa/jpa21/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,4 @@
1111
<artifactId>spring-data-jpa-jpa21</artifactId>
1212
<name>Spring Data JPA - JPA 2.1 specific features</name>
1313

14-
<dependencies>
15-
<dependency>
16-
<groupId>org.hibernate</groupId>
17-
<artifactId>hibernate-entitymanager</artifactId>
18-
</dependency>
19-
<dependency>
20-
<groupId>org.springframework.boot</groupId>
21-
<artifactId>spring-boot-autoconfigure</artifactId>
22-
</dependency>
23-
</dependencies>
24-
2514
</project>

jpa/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<module>deferred</module>
2222
<module>envers</module>
2323
<module>example</module>
24+
<module>graalvm-native</module>
2425
<module>interceptors</module>
25-
<!-- <module>jpa21</module> -->
26+
<module>jpa21</module>
27+
<module>multitenant</module>
2628
<module>multiple-datasources</module>
2729
<module>query-by-example</module>
2830
<module>security</module>
2931
<module>showcase</module>
3032
<module>vavr</module>
31-
<module>multitenant</module>
32-
<module>graalvm-native</module>
3333
</modules>
3434

3535
<dependencies>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
<properties>
3838
<apt.version>1.1.3</apt.version>
39+
<hibernate.version>7.1.10.Final</hibernate.version>
3940
<jvm.enable-preview></jvm.enable-preview>
4041
<maven.compiler.source>25</maven.compiler.source>
4142
<maven.compiler.target>25</maven.compiler.target>

0 commit comments

Comments
 (0)