Skip to content

Commit

Permalink
#43 - Added org.checkerframework:checker-qual dependency to fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Jan 4, 2024
1 parent 0193584 commit 2c01444
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hibernate6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
<version>5.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.42.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 2c01444

Please sign in to comment.