diff options
author | Patrick Brady <pb071s@att.com> | 2017-10-26 09:12:23 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-10-26 11:27:33 -0700 |
commit | b7d8b97e10c62ef446b28fc071bb7536a248a304 (patch) | |
tree | f7fcff57512caf0bf7ddc6e3638e39f8a59a2809 /appc-inbound/appc-artifact-handler/installer | |
parent | 172e0a20ac4557716ec780843253383772557aee (diff) |
Fixing problems with features files
In progress.
Change-Id: Idb0d3f13eaa89d9241f4c543f1222c14ea288f2f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-296
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> |