Skip to content

Commit

Permalink
Add gav of slf4j-simple to better log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard committed Nov 20, 2024
1 parent ab29bfa commit 048d627
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
<version>1.18.30</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -60,6 +61,12 @@
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
Expand Down

0 comments on commit 048d627

Please sign in to comment.