diff options
author | Thomas <> | 2022-03-03 11:42:53 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-03 11:42:53 +0100 |
commit | df894a4076abbcb4357509eb453f4c447a8856d5 (patch) | |
tree | 7ea2ea66b3b2420ff1502ec96bf344d50d5ae131 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | be411ba3e668eb86f87c0d8a021989d97b63c7a3 (diff) | |
download | National_eIDAS_Gateway-df894a4076abbcb4357509eb453f4c447a8856d5.tar.gz National_eIDAS_Gateway-df894a4076abbcb4357509eb453f4c447a8856d5.tar.bz2 National_eIDAS_Gateway-df894a4076abbcb4357509eb453f4c447a8856d5.zip |
chore(ernp): optimize ERnP client based on results from integration test
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index a3d855bd..5f7edef0 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -137,12 +137,9 @@ <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> </dependency> - <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.11.2</version> - <scope>compile</scope> </dependency> <dependency> <groupId>org.openapitools</groupId> |