From 6e5625b242c92c7e6763f03daae8cb3238ee760d Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 10 Dec 2021 10:55:32 +0100 Subject: [SDC Client] Allow HTTP By default, SDC client is using only https, which can be problematic when used on top of service mesh for example. Let's override isUseHttpsWithSDC in order to allow use of http thanks to a configuration variable. Issue-ID: OOM-2258 Signed-off-by: Sylvain Desbureaux Change-Id: I029f1dc802bba647b8088fb61a5e60680337aa00 --- ms/sdclistener/parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms/sdclistener/parent') diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index 244102db4..98574b09d 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -39,7 +39,7 @@ 1.9 1.1.5 5.5.1 - 1.4.0 + 1.4.5 1.49 3.2.6.RELEASE -- cgit 1.2.3-korg