Skip to content

Commit

Permalink
fix logback dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
foxpluto committed Feb 2, 2021
1 parent 1c85b18 commit 7cbd42b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plc4j/tools/connection-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<artifactId>commons-lang3</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.11.1</version>
<scope>test</scope>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 7cbd42b

Please sign in to comment.