Gabriel Roldan b0f8650a7a
Improve dependency management and documentation for starters
- Add comprehensive README for the webmvc and extensions starters
- Remove redundant starter dependencies from GeoServer app modules
- Add clearer comments about inherited dependencies
- Clarify dependency inheritance from parent pom files
- Document which starters a typical GeoServer microservice needs
- Explain that most services only need webmvc and extensions starters
- Describe what functionality each starter provides
- Note that parent POM already includes necessary starters

This documentation helps developers understand the dependency
relationships between starters and clarifies which starters
are needed for different use cases.

This improves dependency management consistency across the codebase
while maintaining the exact same functionality.
2025-04-08 20:49:43 -03:00
..