davsclaus commented on pull request #5945:
URL: https://github.com/apache/camel/pull/5945#issuecomment-895486778
There is a cycle dependency with maven now
```
Error: ] The projects in the reactor contain a cyclic reference: Edge
between
'Vertex{label='org.apache.camel:camel-test-spring-junit5:3.12.0-SNAPSHOT'}' and
'Vertex{label='org.apache.camel:camel-test-junit5:3.12.0-SNAPSHOT'}' introduces
to cycle in the graph org.apache.camel:camel-test-junit5:3.12.0-SNAPSHOT -->
org.apache.camel:camel-management:3.12.0-SNAPSHOT -->
org.apache.camel:camel-core:3.12.0-SNAPSHOT -->
org.apache.camel:camel-xslt:3.12.0-SNAPSHOT -->
org.apache.camel:camel-test-spring-junit5:3.12.0-SNAPSHOT -->
org.apache.camel:camel-test-junit5:3.12.0-SNAPSHOT @
Error: The projects in the reactor contain a cyclic reference: Edge between
'Vertex{label='org.apache.camel:camel-test-spring-junit5:3.12.0-SNAPSHOT'}' and
'Vertex{label='org.apache.camel:camel-test-junit5:3.12.0-SNAPSHOT'}' introduces
to cycle in the graph org.apache.camel:camel-test-junit5:3.12.0-SNAPSHOT -->
org.apache.camel:camel-management:3.12.0-SNAPSHOT -->
org.apache.camel:camel-core:3.12.0-SNAPSHOT -->
org.apache.camel:camel-xslt:3.12.0-SNAPSHOT -->
org.apache.camel:camel-test-spring-junit5:3.12.0-SNAPSHOT -->
org.apache.camel:camel-test-junit5:3.12.0-SNAPSHOT -> [Help 1]
```
Can you avoid using camel-test-spring5 and just build a unit test that are
Java DSL based
--
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]