Barrie Treloar wrote:
> You have a cyclic dependency.
> The solution is to break the cycle.
> There isn't another way.
>
> Your choices on breaking it are:
> * Move TestSupport into Model (not ideal)
> * Move the code in Model that TestSupport relies upon into its own module.
>   
Yeah, that's what I figured the answer would be, and I've already
implemented the 2nd option you mentioned here.  It was worth a shot to
see if anyone had any other solutions, though.

Thanks for all the input!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to