|
I get the following error when running the functional tests:
[vreynolds@vreynolds functional-tests] $ mvn -U clean verify -Parq-wildfly-remote
|
[INFO] Scanning for projects...
|
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
|
[ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.graphene:graphene-webdriver:pom is missing. @ line 158, column 21
|
@
|
[ERROR] The build could not read 1 project -> [Help 1]
|
[ERROR]
|
[ERROR] The project org.jboss.quickstarts.eap:jboss-helloworld-html5-test-webdriver:7.0.0-SNAPSHOT (/home/vreynolds/git-repos/jboss-eap-quickstarts/helloworld-html5/functional-tests/pom.xml) has 1 error
|
[ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.graphene:graphene-webdriver:pom is missing. @ line 158, column 21
|
[ERROR]
|
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
|
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
|
[ERROR]
|
[ERROR] For more information about the errors and possible solutions, please read the following articles:
|
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
|
The Tools BOM is of version 7.0.0-build-4.
|