Add explicit Maven dependency on DME2 17/41717/3
authormark.j.leonard <mark.j.leonard@gmail.com>
Mon, 9 Apr 2018 12:20:26 +0000 (13:20 +0100)
committerJames Forsyth <jf2512@att.com>
Mon, 9 Apr 2018 12:44:04 +0000 (12:44 +0000)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index a9214ed..2f44217 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <version>${dom4j.version}</version>
                        <scope>provided</scope>
                </dependency>
+               <dependency>
+                       <groupId>com.att.aft</groupId>
+                       <artifactId>dme2</artifactId>
+               </dependency>
 
                <!-- Common logging framework -->
                <dependency>