summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/core/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/core/provider/pom.xml')
-rw-r--r--sdnr/wt/odlux/core/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/core/provider/pom.xml b/sdnr/wt/odlux/core/provider/pom.xml
index fc803df96..3ad6488ea 100644
--- a/sdnr/wt/odlux/core/provider/pom.xml
+++ b/sdnr/wt/odlux/core/provider/pom.xml
@@ -58,6 +58,7 @@
<groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
<artifactId>sdnr-wt-odlux-core-model</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
@@ -126,7 +127,6 @@
</Import-Package>
<Embed-Dependency>sdnr-wt-odlux-framework;inline=true</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
- <Export-Package>${project.groupId}.*</Export-Package>
</instructions>
</configuration>
</plugin>