delete dependency section in junit test op.pom 00/107400/1
authorjhh <jorge.hernandez-herrero@att.com>
Fri, 8 May 2020 18:42:11 +0000 (13:42 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Fri, 8 May 2020 18:42:11 +0000 (13:42 -0500)
This is to correct junit failures

Issue-ID: POLICY-2551
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I4522f01a8ed8a66ddcb09549d4281adbcd644ab7

controlloop/common/feature-controlloop-management/src/test/resources/op.pom

index a71cd25..c0a399d 100644 (file)
     <artifactId>op</artifactId>
     <version>1.0.0</version>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
-            <artifactId>events</artifactId>
-            <version>${policy.models.version}</version>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
 </project>