diff options
Diffstat (limited to 'feature-eelf/pom.xml')
-rw-r--r-- | feature-eelf/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/feature-eelf/pom.xml b/feature-eelf/pom.xml index 3138c8d3..a18b2892 100644 --- a/feature-eelf/pom.xml +++ b/feature-eelf/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - ECOMP Policy Engine - Drools PDP + ONAP Policy Engine - Drools PDP ================================================================================ Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. ================================================================================ @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.policy.drools-pdp</groupId> + <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> @@ -104,12 +104,12 @@ <version>1.0.0</version> </dependency> <dependency> - <groupId>org.openecomp.policy.common</groupId> - <artifactId>ECOMP-Logging</artifactId> + <groupId>org.onap.policy.common</groupId> + <artifactId>ONAP-Logging</artifactId> <version>${common-modules.version}</version> </dependency> <dependency> - <groupId>org.openecomp.policy.drools-pdp</groupId> + <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>policy-management</artifactId> <version>${project.version}</version> <scope>provided</scope> |