Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 930eda3

Browse files
committed
Does Hibernate 4.3.11.Final work on Java 7?
1 parent 7b170d0 commit 930eda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>
2929
<spring.version>4.3.2.RELEASE</spring.version>
3030
<spring.data.version>1.10.2.RELEASE</spring.data.version>
31-
<!-- 5.2.2.Final does not work on Java 7 -->
32-
<hibernate.version>5.1.1.Final</hibernate.version>
31+
<!-- 5.1.1.Final and above does not work on Java 7 -->
32+
<hibernate.version>4.3.11.Final</hibernate.version>
3333
<hsqldb.version>2.3.4</hsqldb.version>
3434
<guice.version>4.0</guice.version>
3535
<!-- Remember to bounce version in examples/clojure_cukes/project.clj as well -->

0 commit comments

Comments
 (0)