Mercurial > dive4elements > river
comparison etl/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 | 4f9693016f0e |
comparison
equal
deleted
inserted
replaced
9725:da398790fa32 | 9726:0a5239a1e46e |
---|---|
32 </plugin> | 32 </plugin> |
33 </plugins> | 33 </plugins> |
34 </build> | 34 </build> |
35 <dependencies> | 35 <dependencies> |
36 <dependency> | 36 <dependency> |
37 <groupId>log4j</groupId> | 37 <groupId>org.apache.logging.log4j</groupId> |
38 <artifactId>log4j</artifactId> | 38 <artifactId>log4j-api</artifactId> |
39 <version>1.2.17</version> | 39 <version>2.17.1</version> |
40 </dependency> | |
41 <dependency> | |
42 <groupId>org.apache.logging.log4j</groupId> | |
43 <artifactId>log4j-core</artifactId> | |
44 <version>2.17.1</version> | |
45 <scope>runtime</scope> | |
40 </dependency> | 46 </dependency> |
41 <dependency> | 47 <dependency> |
42 <groupId>org.xerial</groupId> | 48 <groupId>org.xerial</groupId> |
43 <artifactId>sqlite-jdbc</artifactId> | 49 <artifactId>sqlite-jdbc</artifactId> |
44 <version>3.7.2</version> | 50 <version>3.7.2</version> |