I can't get a co right now at my day job, so I can't verify this. If you make that change I am guessing sandbox wouldn't compile w/out also moving the "not found" class from impl to a project where sandbox could see it. Maybe shared, or maybe sandbox itself if there are no other uses for this class.
I wouldn't be suprised if there are all sorts of other problems that have crept in because of this. You may also want to consider removing the dependency altogether ( not even giving it 'test' scope ) because the last time I checked, sandbox had no tests. BTW, I am not a maven god either ;) Dennis Byrne >-----Original Message----- >From: Mike Kienenberger [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 28, 2006 06:48 PM >To: 'MyFaces Development' >Subject: Re: tomahawk/src/test has dependencies on MyFaces Impl > >On 3/28/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: >> Please change the dependency ... in the sandbox ;) > >Again, keeping in mind that I've never worked on maven pom.xml files >before, is this just a matter of changing > ><scope>provided</scope> > >to > ><scope>test</scope> > >for > > <dependency> > <groupId>org.apache.myfaces.core</groupId> > <artifactId>myfaces-impl</artifactId> > >and then correcting the errors? >
