diff options
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 f8a053e1d..ef39b412d 100644 --- a/blueprints-processor/installer/pom.xml +++ b/blueprints-processor/installer/pom.xml @@ -33,7 +33,7 @@ <properties>
<application.name>blueprints-processor</application.name>
<features.boot>blueprints-processor-features</features.boot>
- <features.repositories>mvn:org.onap.ccsdk.config/blueprints-processor-features/${project.version}/xml/features</features.repositories>
+ <features.repositories>mvn:org.onap.ccsdk.features/ccsdk-features/blueprints-processor-features/${project.version}/xml/features</features.repositories>
<include.transitive.dependencies>false</include.transitive.dependencies>
</properties>
|