aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actor.cds/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-04-16 12:34:52 -0400
committerJim Hahn <jrh3@att.com>2020-04-16 13:00:06 -0400
commitadc77015f156376316db0c3062a097544f33ce96 (patch)
tree2dcb3c02f63bda6034b04db8f2fdc925e716d17e /models-interactions/model-actors/actor.cds/pom.xml
parent85841e358763f6d71a3b2ac27d3fd39dc60667c0 (diff)
CDS actor was not registered
Moved the spi file to register the actor and added a test to ensure that the registration worked. Also removed some deprecated code from the CDS junits. Issue-ID: POLICY-2501 Change-Id: I06f50ea8f074cdb7a89c7e387f9f31ea7cffa7e2 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-interactions/model-actors/actor.cds/pom.xml')
-rw-r--r--models-interactions/model-actors/actor.cds/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/models-interactions/model-actors/actor.cds/pom.xml b/models-interactions/model-actors/actor.cds/pom.xml
index c67f46355..36d652760 100644
--- a/models-interactions/model-actors/actor.cds/pom.xml
+++ b/models-interactions/model-actors/actor.cds/pom.xml
@@ -70,6 +70,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
+ <artifactId>actor.test</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>