[ https://issues.apache.org/jira/browse/MRESOLVER-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17738752#comment-17738752 ]
Tamas Cservenak edited comment on MRESOLVER-376 at 6/29/23 7:32 PM: -------------------------------------------------------------------- Got it: the system rules uses ancient Junit, this one: https://repo.maven.apache.org/maven2/junit/junit-dep/4.11-beta-1/junit-dep-4.11-beta-1.pom -And it _relocates onto itself_ => endless loop- Wrong, it relocates from junit-dep to junit... looking more was (Author: cstamas): Got it: the system rules uses ancient Junit, this one: https://repo.maven.apache.org/maven2/junit/junit-dep/4.11-beta-1/junit-dep-4.11-beta-1.pom And it _relocates onto itself_ => endless loop > 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)