Skip to content

Commit

Permalink
fix: Fixed the dependency usage error.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Mar 13, 2024
1 parent ad92e6a commit 13fcae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plc4j/examples/hello-world-plc4x-subscribe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<usedDependencies combine.children="append">
<usedDependency>ch.qos.logback:logback-core</usedDependency>
<usedDependency>org.slf4j:log4j-over-slf4j</usedDependency>
</usedDependencies>
</configuration>
Expand Down

0 comments on commit 13fcae7

Please sign in to comment.