Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b170d0 commit 930eda3Copy full SHA for 930eda3
pom.xml
@@ -28,8 +28,8 @@
28
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>
29
<spring.version>4.3.2.RELEASE</spring.version>
30
<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>
+ <!-- 5.1.1.Final and above does not work on Java 7 -->
+ <hibernate.version>4.3.11.Final</hibernate.version>
33
<hsqldb.version>2.3.4</hsqldb.version>
34
<guice.version>4.0</guice.version>
35
<!-- Remember to bounce version in examples/clojure_cukes/project.clj as well -->
0 commit comments