Skip to content

Commit

Permalink
#50 - Added jakarta.validation api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Aug 24, 2024
1 parent ea752d9 commit 0bf49d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hibernate6-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
<artifactId>log4j-core</artifactId>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<version>4.0.2</version> <!-- Or the latest stable version -->
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0bf49d1

Please sign in to comment.