This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 0a62cb228d fix(plc4x-server): Fix logs not being written to screen
(#1161)
0a62cb228d is described below
commit 0a62cb228d2548f7fd45905120f4fbd8854de944
Author: Rajmund Takács <[email protected]>
AuthorDate: Wed Oct 18 16:25:11 2023 +0200
fix(plc4x-server): Fix logs not being written to screen (#1161)
---
plc4j/tools/plc4x-server/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml
index 3ee8679e52..07ed3d2ebf 100644
--- a/plc4j/tools/plc4x-server/pom.xml
+++ b/plc4j/tools/plc4x-server/pom.xml
@@ -115,6 +115,11 @@
<!-- Explicitly override the scope to compile to include these -->
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>