diff options
Diffstat (limited to 'feature-simulators/pom.xml')
-rw-r--r-- | feature-simulators/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml index eecb8dde..dd0b934b 100644 --- a/feature-simulators/pom.xml +++ b/feature-simulators/pom.xml @@ -45,9 +45,14 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.onap.policy.drools-pdp</groupId> + <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.policy.drools-pdp</groupId> + <artifactId>policy-utils</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> </project> |