From 70eefe655325271e167efba6394044145b28b772 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 23 Feb 2021 07:59:35 -0500 Subject: Fix error in artifacts parent The artifacts modules are using wrong parent pom, which is causing compile issues in some local builds. Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney Change-Id: Ie2b8a9ac662bf842cc1c7e268e6a53254f4b5463 --- northbound/dmaap-listener/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'northbound/dmaap-listener/pom.xml') diff --git a/northbound/dmaap-listener/pom.xml b/northbound/dmaap-listener/pom.xml index ac671c662..959645344 100755 --- a/northbound/dmaap-listener/pom.xml +++ b/northbound/dmaap-listener/pom.xml @@ -74,6 +74,10 @@ org.apache.velocity velocity-engine-core + + org.glassfish.jersey.inject + jersey-hk2 + junit junit -- cgit 1.2.3-korg