Mercurial > dive4elements > river
diff backend/pom.xml @ 9726:0a5239a1e46e 3.2.x
Upgrade to Log4j 2
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 02 Mar 2022 10:26:50 +0100 |
parents | 654aaa0d7576 |
children | b1b48fa7bd80 |
line wrap: on
line diff
--- a/backend/pom.xml Fri Feb 25 17:17:56 2022 +0100 +++ b/backend/pom.xml Wed Mar 02 10:26:50 2022 +0100 @@ -140,9 +140,15 @@ <version>1.0.1.Final</version> </dependency> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>2.17.1</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <version>2.17.1</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId>