diff options
Diffstat (limited to 'ONAP-PDP/pom.xml')
-rw-r--r-- | ONAP-PDP/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index d664cf4db..a616edd96 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -81,9 +81,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.onap.policy.drools-pdp</groupId> + <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> - <version>${project.version}</version> + <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> |