We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf8bba commit 5e89112Copy full SHA for 5e89112
modules/cli-module/pom.xml
@@ -87,6 +87,26 @@
87
<optional>true</optional>
88
</dependency>
89
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
98
99
+ <artifactId>log4j-api</artifactId>
100
101
102
103
104
105
+ <artifactId>log4j-core</artifactId>
106
107
108
109
+
110
<!-- test -->
111
<dependency>
112
<groupId>org.simplejavamail</groupId>
0 commit comments