Skip to content

Commit

Permalink
#324: Fixed logging for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Jun 19, 2021
1 parent 4e5a226 commit 57a2398
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modules/cli-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,26 @@
<optional>true</optional>
</dependency>

<!-- Logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.6.1</version>
<scope>runtime</scope>
</dependency>

<!-- test -->
<dependency>
<groupId>org.simplejavamail</groupId>
Expand Down

0 comments on commit 57a2398

Please sign in to comment.