Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
manage log4j dependencies 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored and ioangut committed Dec 13, 2021
1 parent 4e31777 commit 171fa3d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<everit-json.version>1.5.1</everit-json.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-io.version>2.11.0</commons-io.version>
<log4j.version>2.15.0</log4j.version>
<feign.version>11.7</feign.version>
<commons-math3.version>3.6.1</commons-math3.version>
<bouncycastle.version>1.69</bouncycastle.version>
Expand Down Expand Up @@ -183,6 +184,24 @@
<artifactId>spring-cloud-openfeign-core</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
Expand Down

0 comments on commit 171fa3d

Please sign in to comment.