Skip to content

Commit

Permalink
fix: Remove unnecessary dependency versions from pom (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed May 25, 2024
1 parent d481a9d commit e5b3d8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testcontainers-gitserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit e5b3d8f

Please sign in to comment.