Added SDNC MDSAL Data Migrator Functionality.
[sdnc/oam.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d4da482..a28819f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,8 @@
                <module>admportal</module>
                <module>platform-logic</module>
                <module>configbackuprestore</module>
-                <module>SdncReports</module>
+               <module>SdncReports</module>
+               <module>data-migrator</module>
        </modules>
 
        <scm>
                </profile>
 
        </profiles>
+       <dependencies>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-api</artifactId>
+                       <version>1.7.25</version>
+               </dependency>
+       </dependencies>
 </project>