Mercurial > dive4elements > framework
comparison artifact-database/pom.xml @ 572:1d52d49426b2 3.2.x
Declare all used dependencies
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 13 Jan 2023 15:18:14 +0100 |
parents | 584591f8203c |
children | 3c7904bdd12a |
comparison
equal
deleted
inserted
replaced
571:5f09f902dec2 | 572:1d52d49426b2 |
---|---|
70 <groupId>commons-dbcp</groupId> | 70 <groupId>commons-dbcp</groupId> |
71 <artifactId>commons-dbcp</artifactId> | 71 <artifactId>commons-dbcp</artifactId> |
72 <version>1.4</version> | 72 <version>1.4</version> |
73 </dependency> | 73 </dependency> |
74 <dependency> | 74 <dependency> |
75 <groupId>commons-codec</groupId> | |
76 <artifactId>commons-codec</artifactId> | |
77 <version>1.4</version> | |
78 </dependency> | |
79 <dependency> | |
80 <groupId>commons-pool</groupId> | |
81 <artifactId>commons-pool</artifactId> | |
82 <version>1.5.4</version> | |
83 </dependency> | |
84 <dependency> | |
75 <groupId>org.apache.logging.log4j</groupId> | 85 <groupId>org.apache.logging.log4j</groupId> |
76 <artifactId>log4j-api</artifactId> | 86 <artifactId>log4j-api</artifactId> |
77 <version>2.17.1</version> | 87 <version>2.17.1</version> |
78 </dependency> | 88 </dependency> |
79 <dependency> | 89 <dependency> |