diff options
Diffstat (limited to 'appc-inbound/appc-interfaces-service/bundle/pom.xml')
-rw-r--r-- | appc-inbound/appc-interfaces-service/bundle/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appc-inbound/appc-interfaces-service/bundle/pom.xml b/appc-inbound/appc-interfaces-service/bundle/pom.xml index f9d21e13e..bf85243db 100644 --- a/appc-inbound/appc-interfaces-service/bundle/pom.xml +++ b/appc-inbound/appc-interfaces-service/bundle/pom.xml @@ -41,10 +41,10 @@ <configuration> <instructions> <Export-Package>org.onap.appc.interfaces.services</Export-Package> - <Import-Package>org.onap.appc.aai.client,*;resolution:=optional</Import-Package> + <Import-Package>org.onap.appc.aai.client,org.onap.appc.aai.client.*,*;resolution:=optional</Import-Package> <Embed-Dependency>jackson-dataformat-yaml</Embed-Dependency> <DynamicImport-Package>*</DynamicImport-Package> - <Embed-Transitive>true</Embed-Transitive> + <Embed-Transitive>true</Embed-Transitive> </instructions> </configuration> </plugin> @@ -57,7 +57,7 @@ <artifactId>appc-interfaces-service-model</artifactId> <version>${project.version}</version> </dependency> - <dependency> + <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-aai-client-provider</artifactId> <version>${project.version}</version> |