diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-05-05 09:36:51 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-05-05 09:36:51 +0200 |
commit | 72c60055809b0f7994c4e78c9ba54a3828506a46 (patch) | |
tree | 29588b7d8ad6836c68a04242ca896bf6376690f0 /eaaf_core_utils/pom.xml | |
parent | 2a8a81480af60c447f3ec927d3432b651a4a1bfb (diff) | |
download | EAAF-Components-72c60055809b0f7994c4e78c9ba54a3828506a46.tar.gz EAAF-Components-72c60055809b0f7994c4e78c9ba54a3828506a46.tar.bz2 EAAF-Components-72c60055809b0f7994c4e78c9ba54a3828506a46.zip |
refactor interface of method 'buildSslContextWithSslClientAuthentication' to inject information about the KeyStore-Provider
Diffstat (limited to 'eaaf_core_utils/pom.xml')
-rw-r--r-- | eaaf_core_utils/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index 630ac8d4..13df6c1e 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -49,12 +49,7 @@ <groupId>io.grpc</groupId> <artifactId>grpc-core</artifactId> </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-webmvc</artifactId> - </dependency> - + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> |