summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-13 10:32:41 -0700
committerChristophe Closset <christophe.closset@intl.att.com>2020-08-21 19:21:59 +0000
commit056998c45c0f1e320a0adb1cb23318b6435ac11a (patch)
tree4a24deba9ad0d86a95cf782397697832e30a6b0b /pom.xml
parente493d4ff662d6f7bf0c7adbc58c356beb2fe2dce (diff)
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 52328783d5..2aef579be0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,9 +166,9 @@ Modifications copyright (c) 2018-2019 Nokia
<java.driver.core.version>4.5.1</java.driver.core.version>
+ <checkstyle.skip>true</checkstyle.skip>
</properties>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -339,7 +339,7 @@ Modifications copyright (c) 2018-2019 Nokia
<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 @@ Modifications copyright (c) 2018-2019 Nokia
<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 @@ Modifications copyright (c) 2018-2019 Nokia
<module>ui-ci</module>
<module>sdc-os-chef</module>
<module>utils/webseal-simulator</module>
+ <module>integration-tests</module>
</modules>
-
</profile>
<profile>