diff options
Diffstat (limited to 'blueprints-processor/plugin/generator-provider/pom.xml')
-rw-r--r-- | blueprints-processor/plugin/generator-provider/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml index 006e378a2..e8a2ab026 100644 --- a/blueprints-processor/plugin/generator-provider/pom.xml +++ b/blueprints-processor/plugin/generator-provider/pom.xml @@ -108,10 +108,10 @@ <Bundle-Name>${project.artifactId}</Bundle-Name>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Export-Package>
- org.onap.ccsdk.config.generator,
- org.onap.ccsdk.config.generator.data,
- org.onap.ccsdk.config.generator.service,
- org.onap.ccsdk.config.generator.tool
+ org.onap.ccsdk.features.generator,
+ org.onap.ccsdk.features.generator.data,
+ org.onap.ccsdk.features.generator.service,
+ org.onap.ccsdk.features.generator.tool
</Export-Package>
</instructions>
</configuration>
|