diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-11-07 18:21:49 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-11-07 18:21:49 +0100 |
commit | 57d813b9cfbbd231a2e6f9d47169b31435d1d6c0 (patch) | |
tree | 7ce36328e4250bc798840daa73ff0f42f8f41a85 /pom.xml | |
parent | f358f3ba6a24d5e9575b3fd63e3fbfe8848b63c4 (diff) | |
download | National_eIDAS_Gateway-57d813b9cfbbd231a2e6f9d47169b31435d1d6c0.tar.gz National_eIDAS_Gateway-57d813b9cfbbd231a2e6f9d47169b31435d1d6c0.tar.bz2 National_eIDAS_Gateway-57d813b9cfbbd231a2e6f9d47169b31435d1d6c0.zip |
code clean-up and first jUnit test modifications for CreateIdentityLink task
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ <!-- ===================================================================== --> <egiz-spring-api>0.3</egiz-spring-api> <egiz-eventlog-slf4jBackend>0.4</egiz-eventlog-slf4jBackend> - <eaaf-core.version>1.1.8</eaaf-core.version> + <eaaf-core.version>1.1.10-SNAPSHOT</eaaf-core.version> <org.springframework.version>5.2.9.RELEASE</org.springframework.version> <org.thymeleaf-spring5.version>3.0.11.RELEASE</org.thymeleaf-spring5.version> <cxf.version>3.4.0</cxf.version> |