From fa9912503ad15734452a806cef08cc59a1a77498 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 13 Jun 2023 12:32:29 -0400 Subject: Support HTTP PATCH in AAI adaptor Update AAI adaptor to send proper HTTP header to use HTTP PATCH Issue-ID: CCSDK-3908 Signed-off-by: Dan Timoney Change-Id: I231c19127789e66a65d73b6d58386079e618a515 --- northbound/ueb-listener/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'northbound/ueb-listener') diff --git a/northbound/ueb-listener/pom.xml b/northbound/ueb-listener/pom.xml index 7a34f5c1c..709bbd612 100755 --- a/northbound/ueb-listener/pom.xml +++ b/northbound/ueb-listener/pom.xml @@ -25,6 +25,21 @@ 1.6.5 + + + + disable-test-on-ARM64 + + + aarch64 + + + + true + + + + -- cgit 1.2.3-korg