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?
