Skip to content

Commit

Permalink
explicit h2 version for spring-data-eclipselink and
Browse files Browse the repository at this point in the history
core-java-lang-oop-modifiers
  • Loading branch information
freelansam committed Nov 21, 2021
1 parent 817647d commit 569e1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core-java-modules/core-java-lang-oop-modifiers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<properties>
<assertj-core.version>3.10.0</assertj-core.version>
<h2.version>1.4.197</h2.version> <!-- needs to be specified as it fails with parent's 1.4.200 -->
</properties>

</project>
1 change: 1 addition & 0 deletions persistence-modules/spring-data-eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<properties>
<spring.version>1.5.9.RELEASE</spring.version>
<eclipselink.version>2.7.0</eclipselink.version>
<h2.version>1.4.197</h2.version> <!-- needs to be specified as it fails with parent's 1.4.200 -->
</properties>

</project>

0 comments on commit 569e1fc

Please sign in to comment.