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/plugin/generator-provider | |
parent | 5dfa696b46c79c64c429c66d2af911bd54a653d7 (diff) | |
parent | 78fc81bf6a35077b8ad80cf29b218477baa15a47 (diff) |
Merge "Migrate features to Oxygen"
Diffstat (limited to 'blueprints-processor/plugin/generator-provider')
-rw-r--r-- | blueprints-processor/plugin/generator-provider/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml index f18170a6a..82ddd118e 100644 --- a/blueprints-processor/plugin/generator-provider/pom.xml +++ b/blueprints-processor/plugin/generator-provider/pom.xml @@ -37,11 +37,6 @@ <dependencies>
<dependency>
- <artifactId>org.eclipse.osgi</artifactId>
- <groupId>equinoxSDK381</groupId>
- <version>${equinox.osgi.version}</version>
- </dependency>
- <dependency>
<groupId>org.onap.ccsdk.config</groupId>
<artifactId>blueprints-model-provider</artifactId>
<version>${project.version}</version>
@@ -92,8 +87,6 @@ org.onap.ccsdk.config.generator.service,
org.onap.ccsdk.config.generator.tool
</Export-Package>
- <Import-Package>*</Import-Package>
- <Embed-Transitive>true</Embed-Transitive>
</instructions>
</configuration>
</plugin>
|