Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
569:2b40f4bf190d | 570:584591f8203c |
---|---|
20 <artifactId>junit</artifactId> | 20 <artifactId>junit</artifactId> |
21 <version>3.8.1</version> | 21 <version>3.8.1</version> |
22 <scope>test</scope> | 22 <scope>test</scope> |
23 </dependency> | 23 </dependency> |
24 <dependency> | 24 <dependency> |
25 <groupId>log4j</groupId> | 25 <groupId>org.apache.logging.log4j</groupId> |
26 <artifactId>log4j</artifactId> | 26 <artifactId>log4j-api</artifactId> |
27 <version>1.2.17</version> | 27 <version>2.17.1</version> |
28 </dependency> | |
29 <dependency> | |
30 <groupId>org.apache.logging.log4j</groupId> | |
31 <artifactId>log4j-core</artifactId> | |
32 <version>2.17.1</version> | |
33 <scope>runtime</scope> | |
28 </dependency> | 34 </dependency> |
29 <dependency> | 35 <dependency> |
30 <groupId>commons-codec</groupId> | 36 <groupId>commons-codec</groupId> |
31 <artifactId>commons-codec</artifactId> | 37 <artifactId>commons-codec</artifactId> |
32 <version>1.4</version> | 38 <version>1.4</version> |