diff options
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r-- | sonar/pom.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index 9858db4060..6c66e4dba7 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -64,6 +64,7 @@ <module>scratchpad</module> <module>excelant</module> <module>examples</module> + <module>integration-test</module> </modules> <properties> @@ -73,15 +74,15 @@ <!-- define some of the third-party or plugin-versions globally to use the same in all modules --> <xmlbeans.version>3.1.0</xmlbeans.version> - <junit.version>4.12</junit.version> - <xmlunit.version>2.5.1</xmlunit.version> + <junit.version>4.13</junit.version> + <xmlunit.version>2.6.3</xmlunit.version> <mockito.version>2.13.0</mockito.version> - <maven.plugin.resources.version>3.0.1</maven.plugin.resources.version> - <maven.plugin.jar.version>3.0.1</maven.plugin.jar.version> - <maven.plugin.clean.version>3.0.0</maven.plugin.clean.version> + <maven.plugin.resources.version>3.1.0</maven.plugin.resources.version> + <maven.plugin.jar.version>3.2.0</maven.plugin.jar.version> + <maven.plugin.clean.version>3.1.0</maven.plugin.clean.version> <maven.plugin.download.version>1.1.0</maven.plugin.download.version> <maven.plugin.antrun.version>1.8</maven.plugin.antrun.version> - <maven.plugin.surefire.version>2.19.1</maven.plugin.surefire.version> + <maven.plugin.surefire.version>3.0.0-M4</maven.plugin.surefire.version> </properties> <build> @@ -90,7 +91,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.5.1</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> |