Mercurial > dive4elements > framework
comparison artifact-database/pom.xml @ 568:5cd1c627cda9 3.2.x
Rely on log4j's default initialization procedure
This should make upgrading to Log4j 2.x easier.
In passing, use latest Log4j 1.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 25 Feb 2022 15:01:23 +0100 |
parents | 8bf00b8266fe |
children | 584591f8203c |
comparison
equal
deleted
inserted
replaced
567:48d14cf857db | 568:5cd1c627cda9 |
---|---|
72 <version>1.4</version> | 72 <version>1.4</version> |
73 </dependency> | 73 </dependency> |
74 <dependency> | 74 <dependency> |
75 <groupId>log4j</groupId> | 75 <groupId>log4j</groupId> |
76 <artifactId>log4j</artifactId> | 76 <artifactId>log4j</artifactId> |
77 <version>1.2.14</version> | 77 <version>1.2.17</version> |
78 </dependency> | |
79 <dependency> | |
80 <groupId>org.slf4j</groupId> | |
81 <artifactId>jul-to-slf4j</artifactId> | |
82 <version>1.6.1</version> | |
83 </dependency> | |
84 <dependency> | |
85 <groupId>org.slf4j</groupId> | |
86 <artifactId>slf4j-log4j12</artifactId> | |
87 <version>1.6.1</version> | |
88 </dependency> | 78 </dependency> |
89 <dependency> | 79 <dependency> |
90 <groupId>org.mortbay.jetty</groupId> | 80 <groupId>org.mortbay.jetty</groupId> |
91 <artifactId>jetty</artifactId> | 81 <artifactId>jetty</artifactId> |
92 <version>6.1.26</version> | 82 <version>6.1.26</version> |