Skip to content

Commit

Permalink
ci: excluded logback since it's just a test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
forgedhallpass committed Apr 11, 2024
1 parent 3a6728e commit e2e2bde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>ch.qos.logback:logback-classic</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit e2e2bde

Please sign in to comment.