You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The antlr4-maven-plugin is requiring Maven 3.0 via prerequisites and has a dependency to maven-core (test scoped) which is using version 3.3.9 furthermore there is a dependency to the maven-plugin-api with version 3.0.5 and has a dependency to maven-project version 2.2.1.
Upgrade the maven-plugin-api to the same version as maven-core
Lifting the minimum required Maven version to 3.3.9 as well. Or maybe to a different level but consistent (prerequisites vs. dependencies). (Prerequisites usages in pom.xml #3102)
The text was updated successfully, but these errors were encountered:
The antlr4-maven-plugin is requiring Maven 3.0 via prerequisites and has a dependency to maven-core (test scoped) which is using version 3.3.9 furthermore there is a dependency to the maven-plugin-api with version 3.0.5 and has a dependency to maven-project version 2.2.1.
Steps to clean this up:
test
tocompile
to have acccess toMavenProject
within the Mojo. (antlr4-maven-plugin is using maven-project version 2.2.1 dependency #3096)The text was updated successfully, but these errors were encountered: