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>
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>