Skip to content

Commit

Permalink
Adds explicit logback versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 committed Jun 24, 2024
1 parent 7abf558 commit a206587
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.11</version>
<scope>test</scope>
</dependency>
<!-- Tokenizer -->
<dependency>
<groupId>com.teragrep</groupId>
Expand Down Expand Up @@ -161,6 +167,12 @@
<artifactId>s3proxy</artifactId>
<version>1.9.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.cloudbees</groupId>
Expand Down

0 comments on commit a206587

Please sign in to comment.