summaryrefslogtreecommitdiffstats
path: root/northbound
diff options
context:
space:
mode:
Diffstat (limited to 'northbound')
-rwxr-xr-xnorthbound/artifacts/pom.xml3
-rwxr-xr-xnorthbound/dmaap-listener/pom.xml4
2 files changed, 6 insertions, 1 deletions
diff --git a/northbound/artifacts/pom.xml b/northbound/artifacts/pom.xml
index c0657b8b3..509528ad7 100755
--- a/northbound/artifacts/pom.xml
+++ b/northbound/artifacts/pom.xml
@@ -4,8 +4,9 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>parent</artifactId>
+ <artifactId>odlparent-lite</artifactId>
<version>2.1.1</version>
+ <relativePath/>
</parent>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
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
@@ -75,6 +75,10 @@
<artifactId>velocity-engine-core</artifactId>
</dependency>
<dependency>
+ <groupId>org.glassfish.jersey.inject</groupId>
+ <artifactId>jersey-hk2</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>