summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>