summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas <>2021-12-12 15:28:31 +0100
committerThomas <>2021-12-12 15:28:31 +0100
commit3590079d2f691db771670e55003e208a3d091060 (patch)
tree07037087ec5db20b5d0929ea9e67262e3cc9998c /pom.xml
parentc9f73fc5b82d48e7868c43761e151fa67657402a (diff)
downloadegovutils-3590079d2f691db771670e55003e208a3d091060.tar.gz
egovutils-3590079d2f691db771670e55003e208a3d091060.tar.bz2
egovutils-3590079d2f691db771670e55003e208a3d091060.zip
update third-party libs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 561b23e..ecb85c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,8 @@
<cxf.version>3.4.4</cxf.version>
<org.slf4j.version>1.7.32</org.slf4j.version>
+ <log4j.version>2.15.0</log4j.version>
+
<org.apache.httpcomponents.httpclient.version>4.5.13</org.apache.httpcomponents.httpclient.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-lang.version>2.6</commons-lang.version>
@@ -308,13 +310,14 @@
<artifactId>iaik_ecc_signed</artifactId>
<version>${iaik_ecc.version}</version>
<scope>test</scope>
- </dependency>
+ </dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>${org.slf4j.version}</version>
- <scope>test</scope>
- </dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j-impl</artifactId>
+ <version>${log4j.version}</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>iaik.prod</groupId>
<artifactId>iaik_jce_full</artifactId>