diff options
Diffstat (limited to 'appc-inbound/appc-artifact-handler/installer')
-rwxr-xr-x | appc-inbound/appc-artifact-handler/installer/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/appc-inbound/appc-artifact-handler/installer/pom.xml b/appc-inbound/appc-artifact-handler/installer/pom.xml index 9af28bf6a..1a1a9800e 100755 --- a/appc-inbound/appc-artifact-handler/installer/pom.xml +++ b/appc-inbound/appc-artifact-handler/installer/pom.xml @@ -36,6 +36,14 @@ <groupId>org.openecomp.appc</groupId> <artifactId>appc-artifact-handler-provider</artifactId> </dependency> + + <dependency> + <groupId>org.openecomp.appc</groupId> + <artifactId>appc-artifact-handler-provider</artifactId> + <version>${project.version}</version> + <classifier>config</classifier> + <type>xml</type> + </dependency> </dependencies> |