Add sdc startup in IT

Add the SDC startup for IT tests

Issue-ID: SDC-3232
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I865eabfb6c61f26f98ee12906de09f1a8daa469a
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 5232878..2aef579 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,9 +166,9 @@
 
     <java.driver.core.version>4.5.1</java.driver.core.version>
 
+    <checkstyle.skip>true</checkstyle.skip>
   </properties>
 
-
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -339,7 +339,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -354,12 +354,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.26.0</version>
+          <version>0.31.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -573,8 +573,8 @@
         <module>ui-ci</module>
         <module>sdc-os-chef</module>
         <module>utils/webseal-simulator</module>
+        <module>integration-tests</module>
       </modules>
-
     </profile>
 
     <profile>