Вот мой pom (опущены зависимости, которые не важны в этом контексте)< /p>
Код: Выделить всё
org.springframework.boot
spring-boot-starter-parent
3.1.12
-Dspring.profiles.active=stage
2.3-groovy-3.0
3.0.9
6.2.7
6.1.13
6.1.13
org.springframework
spring-webflux
${spring-webflux.version}
org.springframework
spring-webmvc
${spring-webmvc.version}
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-tomcat
org.springframework.boot
spring-boot-starter-validation
org.spockframework
spock-junit4
${version.spock}
test
org.mockito
mockito-inline
${mockito.core.version}
test
org.springframework.boot
spring-boot-starter-test
test
org.springframework.security
spring-security-test
test
org.codehaus.groovy
groovy
test
${version.groovy}
org.codehaus.groovy
groovy-json
test
${version.groovy}
org.codehaus.groovy
groovy-datetime
test
${version.groovy}
org.spockframework
spock-spring
${version.spock}
test
Код: Выделить всё
Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:1.13.1:compileTests (default) on project a-services: Error occurred while calling a method on a Groovy class from classpath.: InvocationTargetException: org.springframework.web.method.annotation.HandlerMethodValidationException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:1.13.1:compileTests (default) on project a-services: Error occurred while calling a method on a Groovy class from classpath.
Код: Выделить всё
org.codehaus.gmavenplus
gmavenplus-plugin
1.13.1
addTestSources
compileTests
${project.basedir}/src/main/java
**/*.groovy
${project.basedir}/src/test/java
**/*.groovy
Нужно ли мне обновить groovy или какие-либо другие зависимости, чтобы они соответствовали весеннему 6.1.13 -webmvc,
Подробнее здесь: https://stackoverflow.com/questions/791 ... dependency
Мобильная версия