JAVA-4583 Fix failing tests in the tutorials-default-jdk9-and-above job

This commit is contained in:
mikr
2021-04-27 22:52:13 +02:00
parent 93179bdd08
commit e3caef308e
18 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>consumermodule</artifactId>
<artifactId>consumermodule1</artifactId>
<version>1.0</version>
<packaging>jar</packaging>

View File

@@ -16,8 +16,8 @@
</parent>
<modules>
<module>servicemodule</module>
<module>consumermodule</module>
<module>servicemodule1</module>
<module>consumermodule1</module>
</modules>
<build>