[ 
https://issues.apache.org/jira/browse/MRESOLVER-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17738750#comment-17738750
 ] 

Tamas Cservenak commented on MRESOLVER-376:
-------------------------------------------

```diff
diff --git a/pom.xml b/pom.xml
index f2fa58e..e14d153 100644
--- a/pom.xml
+++ b/pom.xml
@@ -481,6 +481,12 @@
             <artifactId>system-rules</artifactId>
             <version>1.19.0</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>junit</groupId>
+                    <artifactId>junit</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!--Kafka JSON converter for SMT unit test-->
```

Seems this is a bug in BF collector, above is a workaround.

> 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
>
> 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)

Reply via email to