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
{{ message }}
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
In our company, we like to control everything going to production.
Therefore, dependency management is very important.
Some lazy developers tend to use the Spring starter packages, like org.springframework.boot:spring-boot-starter-actuator
These starter packages usually tend to pull in other unwanted packages.
It would be nice to have a rule which can block Springframework starter packages in general.
When not parameterized, it could scan for "groupId".startsWith "org.springframework" and "artifactId".contains "-starter-"
The text was updated successfully, but these errors were encountered:
In our company, we like to control everything going to production.
Therefore, dependency management is very important.
Some lazy developers tend to use the Spring starter packages, like org.springframework.boot:spring-boot-starter-actuator
These starter packages usually tend to pull in other unwanted packages.
It would be nice to have a rule which can block Springframework starter packages in general.
When not parameterized, it could scan for "groupId".startsWith "org.springframework" and "artifactId".contains "-starter-"
The text was updated successfully, but these errors were encountered: