diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-17 12:53:13 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-17 12:53:18 +0000 |
commit | 52d708e058131dfe7806968372f9e5b0a5034fc1 (patch) | |
tree | 4719b8a07d07166249b2c5af16b2175b0fcc30e0 /ncomp-openstack-controller | |
parent | 21f2f785e12c961a7c19dbf6aecc0f7dd136506d (diff) |
dcae-operation-utils changed groupID
Change-Id: Ie90d35faae78bf0b0e900cd03de215ea5f77544d
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-openstack-controller')
-rw-r--r-- | ncomp-openstack-controller/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ncomp-openstack-controller/pom.xml b/ncomp-openstack-controller/pom.xml index b2eaab8..0537d98 100644 --- a/ncomp-openstack-controller/pom.xml +++ b/ncomp-openstack-controller/pom.xml @@ -20,7 +20,7 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.dcae.operation</groupId> + <groupId>org.openecomp.dcae.operation.utils</groupId> <artifactId>operation-utils</artifactId> <version>${project.version}</version> </dependency> |