diff options
author | Thomas <> | 2021-05-12 12:46:07 +0200 |
---|---|---|
committer | Thomas <> | 2021-05-12 12:46:07 +0200 |
commit | 291905eed9c187444c83657241b589d31d825149 (patch) | |
tree | a2cb7a394b0331e10390f3329bc417e191054bc9 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | 7a1196805baad8fe055f92cfa8746c67684749b9 (diff) | |
download | National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.tar.gz National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.tar.bz2 National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.zip |
update third-party libs to latest versions
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 074a4205..78039e9c 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -104,6 +104,10 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> + <artifactId>cxf-core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> </dependency> <dependency> |