Skip to content

Commit 50b5142

Browse files
MLobo1997mlobofeedzai
authored andcommitted
Move log4j version to properties
1 parent e226734 commit 50b5142

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<jackson-databind.version>2.6.7</jackson-databind.version>
7878
<commons-io.version>2.7</commons-io.version>
7979
<apache.version>1.8</apache.version>
80+
<log4j.version>2.14.1</log4j.version>
8081
</properties>
8182

8283
<dependencyManagement>
@@ -155,7 +156,7 @@
155156
<dependency>
156157
<groupId>org.apache.logging.log4j</groupId>
157158
<artifactId>log4j-core</artifactId>
158-
<version>2.14.1</version>
159+
<version>${log4j.version}</version>
159160
</dependency>
160161

161162
<!--Testing-->

0 commit comments

Comments
 (0)