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/dmaap-listener/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'northbound/dmaap-listener') diff --git a/northbound/dmaap-listener/pom.xml b/northbound/dmaap-listener/pom.xml index 406290296..5dfd27035 100755 --- a/northbound/dmaap-listener/pom.xml +++ b/northbound/dmaap-listener/pom.xml @@ -28,6 +28,21 @@ + + + + disable-test-on-ARM64 + + + aarch64 + + + + true + + + + -- cgit 1.2.3-korg