From dd89e148932ba0acbfc6ceb4b229b001b6b8dd33 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Thu, 28 Jan 2021 13:12:40 -0500 Subject: allow RestClient to configure custom headers allow RestClient to configure custom headers always load the first implementation on the classpath Issue-ID: SO-3495 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I9c433cdaed33a7db6182af259421676c088a1fae --- mso-api-handlers/mso-api-handler-infra/pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'mso-api-handlers/mso-api-handler-infra') diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 678de23db5..b902564900 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -254,19 +254,19 @@ - org.onap.aaf.authz - aaf-auth-client - runtime + org.onap.aaf.authz + aaf-auth-client + runtime - org.onap.aaf.authz - aaf-misc-env - runtime + org.onap.aaf.authz + aaf-misc-env + runtime - org.onap.aaf.authz - aaf-misc-rosetta - runtime + org.onap.aaf.authz + aaf-misc-rosetta + runtime javax.xml.bind -- cgit 1.2.3-korg