oehme opened a new issue, #11493: URL: https://github.com/apache/maven/issues/11493
### Affected version 3.9.12 ### Bug description Tycho uses RepositorySystem in many places. With Maven 3.9.11, Tycho projects build normally. With Maven 3.9.12, they fail to resolve dependencies. There is no stacktrace from the resolve, it simply says that none of my dependencies could be found. I'm pretty sure this is due to https://github.com/apache/maven/commit/3afbdb8f7653125c82495411f07999f7a6a2672d#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071 This change probably means that Tycho can't see the repositores declared in the POM anymore and so it doesn't know where to search. Here's a breakdown of all the places where Tycho still uses this interface: https://github.com/search?q=repo%3Aeclipse-tycho%2Ftycho+repositorysystem&type=code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
