there are three modules A, B, C
A depends on B, B depends on C, C depends on A
To solve this problem, we can make one module use the old version build.

In maven, even I make one module dependency in old version build,
it still cause error.
[ERROR] BUILD FAILURE
[INFO] The projects in the reactor contain a cyclic reference

Can we solve this problem?

BR//Rex

Reply via email to