[ https://issues.apache.org/jira/browse/MRESOLVER-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17738761#comment-17738761 ]
Tamas Cservenak commented on MRESOLVER-376: ------------------------------------------- Even more interesting: the system-rules POM uses version range (on.a defunct dependency): https://repo.maven.apache.org/maven2/com/github/stefanbirkner/system-rules/1.19.0/system-rules-1.19.0.pom And it chooses 4.11 that is newest junit:junit-dep, that in turn relocates to junit:junit:4.11, but for some reason here BF chokes. > StackOverflowError at BfDependencyCollector.processDependency > ------------------------------------------------------------- > > Key: MRESOLVER-376 > URL: https://issues.apache.org/jira/browse/MRESOLVER-376 > Project: Maven Resolver > Issue Type: Bug > Components: Resolver > Affects Versions: 1.9.13 > Reporter: Snjezana Peco > Priority: Major > Fix For: 1.9.14 > > > Steps to reproduce: > {code:java} > $ mvn -v > Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)) > $ git clone g...@github.com:snowflakedb/snowflake-kafka-connector.git > $ cd snowflake-kafka-connector > $ mvn clean verify -Daether.dependencyCollector.impl=bf {code} > > A related issue - > [https://github.com/redhat-developer/vscode-java/issues/3085] > -- This message was sent by Atlassian Jira (v8.20.10#820010)