Adding local-link-connectivity-list (llcl) information to match ttp and tp locally...
[sdnc/oam.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ac2c242..41672ec 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
                <artifactId>odlparent-lite</artifactId>
-               <version>1.2.1</version>
+               <version>2.0.0-SNAPSHOT</version>
        </parent>
 
        <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>sdnc-oam</artifactId>
-       <version>1.5.0-SNAPSHOT</version>
+       <version>2.0.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>sdnc-oam</name>
@@ -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>