Skip to content

Commit

Permalink
#92 - Fixed dependency for the hibernate6 module]
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Dec 28, 2023
1 parent 7954fef commit 3caa564
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hibernate6-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,16 @@
<maven.compiler.target>17</maven.compiler.target>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.hibernate.hibernate.core.version>6.4.0.Final</org.hibernate.hibernate.core.version>
</properties>

<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${org.hibernate.hibernate.core.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<artifactId>hibernate6</artifactId>
Expand Down

0 comments on commit 3caa564

Please sign in to comment.