summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2018-04-09 13:20:26 +0100
committerJames Forsyth <jf2512@att.com>2018-04-09 12:44:04 +0000
commiteea1282a6aff743d5588fe2bd8d41d9ef6de44e1 (patch)
treea49c9dd7f561bd902d6b1097f477da0b7e1ba300
parentcca860e2021efd7647dfe26e780d32bb6620d1c6 (diff)
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 <mark.j.leonard@gmail.com>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a9214ed..2f44217 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,10 @@
<version>${dom4j.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.att.aft</groupId>
+ <artifactId>dme2</artifactId>
+ </dependency>
<!-- Common logging framework -->
<dependency>