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
While transforming the poms of each module, we hardcode the version of surefire to 3.0.0 if it is not already declared. This is not correct for multi-module projects like https://github.com/alibaba/nacos/ because one of the submodules may be inheriting the version from its root/parent module.
Found in commit - alibaba/nacos@0cf9c24. Version 2.20 should be inherited in this case.
The text was updated successfully, but these errors were encountered:
While transforming the poms of each module, we hardcode the version of
surefire
to3.0.0
if it is not already declared. This is not correct for multi-module projects like https://github.com/alibaba/nacos/ because one of the submodules may be inheriting the version from its root/parent module.Found in commit - alibaba/nacos@0cf9c24. Version
2.20
should be inherited in this case.The text was updated successfully, but these errors were encountered: