From c3127372c59e168ab074990ddcb8940ef1f87779 Mon Sep 17 00:00:00 2001 From: abatos Date: Fri, 10 Nov 2017 19:36:47 -0500 Subject: [PATCH] Fix improper path in beans file The path to the entity configuration in data router was incorrect since the package path was recently changed to ONAP. Change-Id: Iea2ad1e0d44c3fced968d261ae1bf019312c378f Issue-Id: AAI-461 Signed-off-by: Adrian Batos --- data-router/dynamic/conf/entity-event-policy.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-router/dynamic/conf/entity-event-policy.xml b/data-router/dynamic/conf/entity-event-policy.xml index 0234b46..37bc21a 100755 --- a/data-router/dynamic/conf/entity-event-policy.xml +++ b/data-router/dynamic/conf/entity-event-policy.xml @@ -4,7 +4,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> - + @@ -18,7 +18,7 @@ - + -- 2.16.6