diff options
author | Dan Timoney <dt5972@att.com> | 2018-09-11 20:57:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-11 20:57:17 +0000 |
commit | 4490a4c1f86702cc55203c634d0914003eca6ea5 (patch) | |
tree | e51a4919a070db8c9a579c1274b7967c512b18ee /blueprints-processor/installer | |
parent | 5dfa696b46c79c64c429c66d2af911bd54a653d7 (diff) | |
parent | 78fc81bf6a35077b8ad80cf29b218477baa15a47 (diff) |
Merge "Migrate features to Oxygen"
Diffstat (limited to 'blueprints-processor/installer')
-rw-r--r-- | blueprints-processor/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints-processor/installer/pom.xml b/blueprints-processor/installer/pom.xml index 54ad30d42..f39d282e2 100644 --- a/blueprints-processor/installer/pom.xml +++ b/blueprints-processor/installer/pom.xml @@ -43,7 +43,7 @@ <dependencies>
<dependency>
<groupId>org.onap.ccsdk.config</groupId>
- <artifactId>blueprints-processor-features</artifactId>
+ <artifactId>ccsdk-blueprints-processor</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>
|