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 --- pom.xml | 68 ++++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 797390aa6c..2cd4de3856 100644 --- a/pom.xml +++ b/pom.xml @@ -1044,40 +1044,40 @@ org.onap.aaf.authz aaf-cadi-client ${aaf.version} - - - org.onap.aaf.authz - aaf-cadi-aaf - ${aaf.version} - - - javax.servlet - servlet-api - - - log4j - log4j - - - - - org.onap.aaf.authz - aaf-auth-client - ${aaf.version} - runtime - - - org.onap.aaf.authz - aaf-misc-env - ${aaf.version} - runtime - - - org.onap.aaf.authz - aaf-misc-rosetta - ${aaf.version} - runtime - + + + org.onap.aaf.authz + aaf-cadi-aaf + ${aaf.version} + + + javax.servlet + servlet-api + + + log4j + log4j + + + + + org.onap.aaf.authz + aaf-auth-client + ${aaf.version} + runtime + + + org.onap.aaf.authz + aaf-misc-env + ${aaf.version} + runtime + + + org.onap.aaf.authz + aaf-misc-rosetta + ${aaf.version} + runtime + -- cgit 1.2.3-korg