spring-projects-experimental / spring-boot-testjars

67 stars 6 forks source link

Allow injecting all settings into MavenClassapthEntry #24

Open rwinch opened 9 months ago

rwinch commented 9 months ago

I think we should be able to allow users to inject RepositorySystemSession, RepositorySystem, etc into MavenClasspathEntry so that all settings are available. This is so Spring doesn't need its own abstraction around things like credentials, proxy settings, etc.