diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-14 14:01:46 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-14 21:06:00 +0000 |
commit | 3ffa74f86cb45f6a7125e07735f65f05d1dc4d30 (patch) | |
tree | 7a6063106be0afd8dc8ab7feab58cd6b9bb97764 /appc-inbound | |
parent | 226725a03a77f69880fdc589f088fce71acd5882 (diff) |
Fix class not found error
Class not found error related to snakeyaml
dependency.
Change-Id: I9d5a2c6b86c355050ecea0d4010113aec0cf285b
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-893
Diffstat (limited to 'appc-inbound')
-rwxr-xr-x | appc-inbound/appc-artifact-handler/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index b4b2f7c62..f3be520f3 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -44,7 +44,7 @@ limitations under the License. <Bundle-Activator>org.onap.appc.artifact.handler.SdcArtifactHandlerActivator</Bundle-Activator> <Export-Package>org.onap.appc.artifact.handler,org.opendaylight.controller.config.yang.config.artifact-handler_provider.impl</Export-Package> <Import-Package>!com.google,!org.apache.commons.configuration,*;resolution:=optional</Import-Package> - <Embed-Dependency>commons-configuration,guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml,snakeyaml</Embed-Dependency> + <Embed-Dependency>commons-configuration,guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml</Embed-Dependency> </instructions> <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation> </configuration> |