Merge pull request #10708 from Maiklins/JAVA-4583-Fix_failing_tests_in_the_tutorials-default-jdk9-and-above_job
JAVA-4583 Fix failing tests in the tutorials-default-jdk9-and-above job
This commit is contained in:
commit
f77b9bee84
|
@ -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>
|
||||
|
|
@ -16,8 +16,8 @@
|
|||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>servicemodule</module>
|
||||
<module>consumermodule</module>
|
||||
<module>servicemodule1</module>
|
||||
<module>consumermodule1</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
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>
|
||||
<groupId>com.baeldung.consumermodule</groupId>
|
||||
<artifactId>consumermodule</artifactId>
|
||||
<artifactId>consumermodule2</artifactId>
|
||||
<version>1.0</version>
|
||||
|
||||
<parent>
|
|
@ -16,9 +16,9 @@
|
|||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>servicemodule</module>
|
||||
<module>servicemodule2</module>
|
||||
<module>providermodule</module>
|
||||
<module>consumermodule</module>
|
||||
<module>consumermodule2</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.baeldung.servicemodule</groupId>
|
||||
<artifactId>servicemodule</artifactId>
|
||||
<artifactId>servicemodule2</artifactId>
|
||||
<version>${servicemodule.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue