[JAVA-27739] Fix failing module maven-modules - upgrade to JDK 17 (#15841)

This commit is contained in:
panos-kakos
2024-03-15 23:37:49 +02:00
committed by GitHub
parent 9236adee65
commit c49d37a724
28 changed files with 53 additions and 68 deletions
@@ -17,12 +17,12 @@
<dependencies>
<dependency>
<groupId>com.baeldung.jacoco-coverage-aggregation</groupId>
<artifactId>services</artifactId>
<artifactId>jacoco-coverage-services-example</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.baeldung.jacoco-coverage-aggregation</groupId>
<artifactId>controllers</artifactId>
<artifactId>jacoco-coverage-controllers-example</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>