Skip to content

Commit

Permalink
Let dependency management handle log4j version.
Browse files Browse the repository at this point in the history
  • Loading branch information
riversand9 committed Aug 29, 2017
1 parent f76dbc2 commit 10890ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 10890ee

Please sign in to comment.