[JAVA-18185] Moved spring-boot-modules to jdk9-and-above profile (#13678)

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
panos-kakos
2023-03-23 05:38:51 +02:00
committed by GitHub
parent b1162d37b9
commit 78cb526cf0
7 changed files with 53 additions and 42 deletions
@@ -66,6 +66,11 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
</dependencies>
<build>
@@ -77,7 +82,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>2.3.1</version>
<version>${jaxb2-maven-plugin.version}</version>
<executions>
<execution>
<id>xjc</id>
@@ -99,6 +104,8 @@
<properties>
<start-class>com.baeldung.keycloak.SpringBoot</start-class>
<jaxb-runtime.version>4.0.0</jaxb-runtime.version>
<jaxb2-maven-plugin.version>2.5.0</jaxb2-maven-plugin.version>
</properties>
</project>