From 4f98d93248841f05ee8f17b67d889e96783fb2d6 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 22 Apr 2019 09:59:36 -0400 Subject: Fix path to parent POM in vFW use case Change-Id: I349a71e302616bc2d2ed45511ddc0bc58f8dd6f9 Issue-ID: INT-1035 Signed-off-by: Marco Platania --- vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml b/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml index 5d4f74ef..6bbc4a7e 100644 --- a/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml +++ b/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml @@ -10,7 +10,7 @@ org.onap.demo.vnf hc-onap 1.4.0-SNAPSHOT - ../parent-pom/pom.xml + ../../parent-pom/pom.xml 4.0.0 -- cgit 1.2.3-korg