From 59a13bea5783aa666bcbcec793df19f129965ff3 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Tue, 21 May 2019 13:47:34 +0200 Subject: WIP: SSL Client Auth - Refactor MsgClient: Not a Singleton anymore. Use MsgClientFactory to make a client. Make request and config private fields. - Add configuration parameters to application.yaml. - Init SSL client auth testcase, but dont include in testsuite because it aint working yet. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 716e901..f2724c7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ 2.3.1 1.1 2.9.3 + 27.1-jre 1.5 0.8.3 @@ -96,6 +97,12 @@ javax.jws-api ${jwsapi.version} + + + + + + -- cgit v1.2.3