Skip to content

Commit

Permalink
HV-2001 Add explicit logging dependency
Browse files Browse the repository at this point in the history
since the module is using the jboss logger ...
  • Loading branch information
marko-bekhta committed Jul 19, 2024
1 parent 96f274a commit e7ef8de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
<groupId>${project.groupId}</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
Expand Down

0 comments on commit e7ef8de

Please sign in to comment.