diff options
Diffstat (limited to 'controlloop/common/simulators/pom.xml')
-rw-r--r-- | controlloop/common/simulators/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/controlloop/common/simulators/pom.xml b/controlloop/common/simulators/pom.xml index 3eabd6391..5259890ca 100644 --- a/controlloop/common/simulators/pom.xml +++ b/controlloop/common/simulators/pom.xml @@ -68,5 +68,10 @@ <artifactId>gson</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId> + <artifactId>sdnc</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> </project> |