This is a scheme for providing convenience bundles of dependencies for each open source Spring Boot starter. springboot_required_deps is a convenience bundle that contains the core list that all Spring Boot apps need. We used to maintain others, but have since removed all other bundles.
deps = [
"//springboot/import_bundles:springboot_required_deps",
]