diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-09-18 08:01:34 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-09-18 08:01:34 +0200 |
commit | cde7d4a71cbd2ca0eda6d0b991834b195b3e6056 (patch) | |
tree | 87c7465d1c3ffcaf2d04e0c5706a43612143caaa /connector_lib/pom.xml | |
parent | 0daf4999e006c19d84d72bdd83444541feba941e (diff) | |
download | National_eIDAS_Gateway-cde7d4a71cbd2ca0eda6d0b991834b195b3e6056.tar.gz National_eIDAS_Gateway-cde7d4a71cbd2ca0eda6d0b991834b195b3e6056.tar.bz2 National_eIDAS_Gateway-cde7d4a71cbd2ca0eda6d0b991834b195b3e6056.zip |
update third-party libs and fix incompatibilities with new APIs
Diffstat (limited to 'connector_lib/pom.xml')
-rw-r--r-- | connector_lib/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml index 52a6c32d..795096f9 100644 --- a/connector_lib/pom.xml +++ b/connector_lib/pom.xml @@ -23,6 +23,10 @@ <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-core</artifactId> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-webmvc</artifactId> + </dependency> <dependency> <groupId>javax.servlet</groupId> |