diff options
author | Patrick Brady <pb071s@att.com> | 2018-09-10 08:39:45 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-09-10 15:49:16 +0000 |
commit | 237e4d0ffa907fefd203f1e34cba840f4d8eba08 (patch) | |
tree | 000de5d7b7be49395bf4ce6b108b20664828792f /appc-inbound/appc-artifact-handler/installer/pom.xml | |
parent | b51a315636321718cde5ea759cebcb1b28a06d94 (diff) |
Fix for artifact handler rpc error
Change over to using blueprint for rpc registration
Change-Id: Ie647472eb3e42eb7e878c526b13acbfffd1bc18f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1185
Diffstat (limited to 'appc-inbound/appc-artifact-handler/installer/pom.xml')
-rwxr-xr-x | appc-inbound/appc-artifact-handler/installer/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/appc-inbound/appc-artifact-handler/installer/pom.xml b/appc-inbound/appc-artifact-handler/installer/pom.xml index c1ef46446..6a953d4ad 100755 --- a/appc-inbound/appc-artifact-handler/installer/pom.xml +++ b/appc-inbound/appc-artifact-handler/installer/pom.xml @@ -61,13 +61,6 @@ <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.onap.appc</groupId> - <artifactId>appc-artifact-handler-provider</artifactId> - <version>${project.version}</version> - <classifier>config</classifier> - <type>xml</type> - </dependency> </dependencies> |