Oh, great. Even test-only dependencies count as cycles to the reactor.
> -----Original Message-----
> From: Benson Margulies [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 23, 2007 8:04 AM
> To: [email protected]
> Subject: RE: Common test class that won't fit in core
>
> I see that other projects have lots of extra <scope>test</scope>
> dependencies, so I'm going to do that to rt/core until and unless
> someone tells me not to.
>
> > -----Original Message-----
> > From: Benson Margulies [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, October 23, 2007 8:02 AM
> > To: [email protected]
> > Subject: Common test class that won't fit in core
> >
> > I want to move some code from AbstractAegisTest to be more generally
> > useful, but it has dependencies that cxf-rt-core does not. Testutils
> > only contains code of test cases so far, no setup or utility code.
> >
> >
> >
> > Give rt-core more test-scope dependencies? Add a new project? Just
> start
> > mixing test classes into test services in testutils?