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 build of microprofile-conference fails with unhelpful dependency resolution errors with mvn < 3.2.5 (#88). To mitigate the issue a maven enforcer rule can be added, which should enforce maven version >= 3.2.5. Example rule:
The build of microprofile-conference fails with unhelpful dependency resolution errors with mvn < 3.2.5 (#88). To mitigate the issue a maven enforcer rule can be added, which should enforce maven version >= 3.2.5. Example rule:
https://maven.apache.org/components/enforcer/enforcer-rules/requireMavenVersion.html
The text was updated successfully, but these errors were encountered: