diff options
author | Sébastien Determe <sd378r@intl.att.com> | 2017-08-04 12:04:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-04 12:04:26 +0000 |
commit | 8fab8020f0bb45c8bf048c929fba13db638b9fc1 (patch) | |
tree | 7ed3781aaf0be89b6d2b76b2631a4028c7e90108 /pom.xml | |
parent | 392f318df4d58d9c6245e2e094877f6d7803f327 (diff) | |
parent | 1736336840125ff2c1aef00c7d55b1471e380cb7 (diff) |
Merge "[CLAMP-26] upgrade org.onap.policy"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -316,7 +316,7 @@ </dependency> <!-- CSI Logging End --> <dependency> - <groupId>org.openecomp.policy.engine</groupId> + <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineAPI</artifactId> <version>1.1.0-SNAPSHOT</version> <exclusions> @@ -335,8 +335,8 @@ </exclusions> </dependency> <dependency> - <groupId>org.openecomp.policy.common</groupId> - <artifactId>ECOMP-Logging</artifactId> + <groupId>org.onap.policy.common</groupId> + <artifactId>ONAP-Logging</artifactId> <version>1.1.0-SNAPSHOT</version> <exclusions> <exclusion> @@ -354,7 +354,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.openecomp.policy.engine</groupId> + <groupId>org.onap.policy.engine</groupId> <artifactId>ControlloopPolicy</artifactId> <version>1.1.0-SNAPSHOT</version> <exclusions> |