Mercurial > dive4elements > framework
diff artifacts-common/pom.xml @ 570:584591f8203c 3.2.x
Upgrade to Log4j 2
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 28 Feb 2022 17:41:14 +0100 |
parents | 5cd1c627cda9 |
children | a12a136e3d4c |
line wrap: on
line diff
--- a/artifacts-common/pom.xml Fri Feb 25 16:58:11 2022 +0100 +++ b/artifacts-common/pom.xml Mon Feb 28 17:41:14 2022 +0100 @@ -22,9 +22,15 @@ <scope>test</scope> </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>commons-codec</groupId>