Skip to content

Commit 5e89112

Browse files
committed
#324: Fixed logging for CLI
1 parent 7cf8bba commit 5e89112

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/cli-module/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,26 @@
8787
<optional>true</optional>
8888
</dependency>
8989

90+
<!-- Logging -->
91+
<dependency>
92+
<groupId>org.apache.logging.log4j</groupId>
93+
<artifactId>log4j-slf4j-impl</artifactId>
94+
<version>2.6.1</version>
95+
<scope>runtime</scope>
96+
</dependency>
97+
<dependency>
98+
<groupId>org.apache.logging.log4j</groupId>
99+
<artifactId>log4j-api</artifactId>
100+
<version>2.6.1</version>
101+
<scope>runtime</scope>
102+
</dependency>
103+
<dependency>
104+
<groupId>org.apache.logging.log4j</groupId>
105+
<artifactId>log4j-core</artifactId>
106+
<version>2.6.1</version>
107+
<scope>runtime</scope>
108+
</dependency>
109+
90110
<!-- test -->
91111
<dependency>
92112
<groupId>org.simplejavamail</groupId>

0 commit comments

Comments
 (0)