Wie kann ich ein ASM- und Lombok -Version für das Java 24 -Projekt angeben?
Posted: 14 Apr 2025, 18:15
Ich arbeite an einem Projekt und erwartet, dass Maven Versionsprobleme und Abhängigkeiten auflösen, aber stimmt immer wieder in der Kompilierungsphase ab. Manuell die JAR -Bibliotheken zum Projekt < /strong>, aber Maven scheint einige Abhängigkeiten nicht mehr zu lösen, wie z.
Code: Select all
4.0.0
org.springframework.boot
spring-boot-starter-parent
3.2.0
com.ttulka.samples
ddd-example-ecommerce
1.0-SNAPSHOT
org.apache.maven
maven-plugin-api
3.9.9
provided
org.apache.maven.plugin-tools
maven-plugin-annotations
${maven-plugin-tools.version}
provided
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-thymeleaf
nz.net.ultraq.thymeleaf
thymeleaf-layout-dialect
3.3.0
org.springframework.boot
spring-boot-starter-jdbc
com.h2database
h2
org.projectlombok
lombok
1.18.38
provided
org.springframework.boot
spring-boot-devtools
runtime
true
org.springframework.boot
spring-boot-starter-test
test
io.rest-assured
rest-assured
test
com.tngtech.archunit
archunit
1.2.1
test
org.apache.maven.plugins
maven-plugin-plugin
${maven-plugin-tools.version}
help-mojo