Circular dependencies generally indicate a problem in your design. Why
does A>B and B>A, what's the reason? Is there no way to move some code
to another module C and have A>B>C or something to eliminate the
circular dep issue?

Wayne

On 3/13/07, nessinha <[EMAIL PROTECTED]> wrote:

Hi!
Well, i have a project and it has 2 modules.
The problem is: I need second like dependency of first and need first like
dependency od second.
I know I can't to do it but is there  something that simule what I am
doing??

Sorry. My english is horrible.
--
View this message in context: 
http://www.nabble.com/The-projects-in-the-reactor-contain-a-cyclic-reference%3A-tf3398004s177.html#a9461491
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to