We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22d2dd commit 936d4c0Copy full SHA for 936d4c0
pom.xml
@@ -9,7 +9,7 @@
9
10
<properties>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12
- <hibernate.version>5.0.0.Beta1</hibernate.version>
+ <hibernate.version>5.0.0.CR2</hibernate.version>
13
<h2.version>1.4.187</h2.version>
14
<junit.version>4.12</junit.version>
15
<compiler.version>3.0</compiler.version>
@@ -72,11 +72,11 @@
72
73
<dependencyManagement>
74
<dependencies>
75
- <dependency>
+<!-- <dependency>
76
<groupId>org.hibernate</groupId>
77
<artifactId>hibernate-core</artifactId>
78
<version>${hibernate.version}</version>
79
- </dependency>
+ </dependency> -->
80
<dependency>
81
<groupId>com.h2database</groupId>
82
<artifactId>h2</artifactId>
0 commit comments