diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-09-18 14:54:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-09-18 14:54:22 +0000 |
commit | a01f8861a84931f4bdf2d69fa05a793afabc22e0 (patch) | |
tree | 566994ff310bf2eb55e32ee7827faeab46373805 /cps-parent | |
parent | b45c80995966be243a79bedefa25f6c05f64a2d6 (diff) | |
parent | 9693ec51cf6526082f0ad0c3ad208d144cbbb163 (diff) |
Merge "Migrate CPS to Spring-boot 3.0"
Diffstat (limited to 'cps-parent')
-rwxr-xr-x | cps-parent/pom.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index a8de0ae0eb..efee388fe9 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -46,6 +46,7 @@ ../jacoco-report/target/site/jacoco-aggregate/jacoco.xml </sonar.coverage.jacoco.xmlReportPaths> <parent.directory>${project.basedir}/..</parent.directory> + <maven.compiler.release>17</maven.compiler.release> </properties> <profiles> @@ -117,7 +118,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>2.6.4</version> + <version>3.0.0</version> <executions> <execution> <goals> @@ -169,7 +170,7 @@ <!-- The SpotBugs Maven plugin uses SLF4J 1.8 beta 2 --> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>1.8.0-beta4</version> + <version>2.0.6</version> </dependency> </dependencies> <configuration> @@ -214,7 +215,7 @@ <plugin> <groupId>org.jsonschema2pojo</groupId> <artifactId>jsonschema2pojo-maven-plugin</artifactId> - <version>1.1.1</version> + <version>1.2.1</version> <configuration> <targetVersion>${java.version}</targetVersion> </configuration> @@ -232,10 +233,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${java.version}</source> - <target>${java.version}</target> - </configuration> + <version>3.11.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |