From: mark.j.leonard Date: Mon, 9 Apr 2018 12:20:26 +0000 (+0100) Subject: Add explicit Maven dependency on DME2 X-Git-Tag: v1.2.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fbabel.git;a=commitdiff_plain;h=eea1282a6aff743d5588fe2bd8d41d9ef6de44e1 Add explicit Maven dependency on DME2 Include com.att.aft.dme2 as a dependency rather than rely on this being provided (as specified in the AJSC BOM) so as to solve a runtime error with the Class Loader. Change-Id: I268551455922a8e3bd259afe2fc4561a5c020fa1 Issue-ID: AAI-1007 Signed-off-by: mark.j.leonard --- diff --git a/pom.xml b/pom.xml index a9214ed..2f44217 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,10 @@ ${dom4j.version} provided + + com.att.aft + dme2 +