Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retool build depedencies to ensure proper loading #446

Merged
merged 10 commits into from Jul 5, 2022

Conversation

hazendaz
Copy link
Member

@hazendaz hazendaz commented Jul 5, 2022

Upon maven common filter changes to stop providing extra dependencies into the build that are not needed, the behaviour of app changed to not provide proper asm when running tests. This has been retooling to ensure it works properly and for the most part (outside 2 tests) all plugins will be up to date now in the integration tests.

will still pick up old where its not calling out the parent setup which is ok.
recently maven is moving away from supplying in compile scope maven artifacts.  With the common filter that changed behaviour of the build here where asm was pulling 3.3.1 and not 9.3.  Moved this to occur before groovy and maven artifacts as well as the bom addition to overcome these issues.
@hazendaz hazendaz self-assigned this Jul 5, 2022
@hazendaz hazendaz merged commit 0dddbd6 into spotbugs:spotbugs Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant