Hi,
I have the same problem here but the suggestion did not worked to me.
Here is my scenario:
I have a pom.xml (maven) in which most (but not all) project´s
dependencies are placed. When i put the following, the problem
appears:
...
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>selenium-maven-plugin</artifactId>
<version>1.0-beta-3</version>
<scope>test</scope>
</dependency>
...
In the moment the only jar that is not in the pom.xml is gwt-user.jar.
There is no available maven repository (at least the ones showed in
the search inside eclipse). I did as suggested here and my Order and
Export is in this way:
gwt-user.jar
projectName/src
projectName/test
JRE System Library [jre6]
JUnit 4
Maven Dependencies
And all other jars is inside Maven Dependencies. Any suggestions would
be very appreciated.
Abraços,
Josué.