summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d4da4829..a28819f0 100755
--- 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>
@@ -104,4 +105,11 @@
</profile>
</profiles>
+ <dependencies>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.25</version>
+ </dependency>
+ </dependencies>
</project>