diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-02-21 11:29:57 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-02-21 11:29:57 +0100 |
commit | ea311ca9d76710c2e4407818651b2d677fa18d1e (patch) | |
tree | 39c2a4a57be9983fbcee69d53e91063f75c2ed3d /connector | |
parent | ee157cd4417064e88414edd3c53912395164c74b (diff) | |
download | National_eIDAS_Gateway-ea311ca9d76710c2e4407818651b2d677fa18d1e.tar.gz National_eIDAS_Gateway-ea311ca9d76710c2e4407818651b2d677fa18d1e.tar.bz2 National_eIDAS_Gateway-ea311ca9d76710c2e4407818651b2d677fa18d1e.zip |
update third-party libs
Diffstat (limited to 'connector')
-rw-r--r-- | connector/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/connector/pom.xml b/connector/pom.xml index f6b12537..719678d8 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -54,6 +54,10 @@ <artifactId>spring-webmvc</artifactId> </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> |