diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-09-13 13:23:21 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-09-13 13:23:21 +0200 |
commit | 5780d9aa93fcd363584046fb404c63b909faebdb (patch) | |
tree | 6257d77a34fffb342a9318fbc845a60ed47b1c45 /pom.xml | |
parent | 8883fd1c0efa08fe0a73a11a1c8986fa3ea72753 (diff) | |
download | EAAF-Components-5780d9aa93fcd363584046fb404c63b909faebdb.tar.gz EAAF-Components-5780d9aa93fcd363584046fb404c63b909faebdb.tar.bz2 EAAF-Components-5780d9aa93fcd363584046fb404c63b909faebdb.zip |
add SimpleStatusMessager.java that only perform String formatting
add SSL Client authentication and http basic authentication to HttpClientFactory.java
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -151,9 +151,9 @@ <modules> <module>eaaf_core_api</module> + <module>eaaf_core_utils</module> <module>eaaf_core</module> - <module>eaaf_modules</module> - <module>eaaf_core_utils</module> + <module>eaaf_modules</module> </modules> <dependencyManagement> |