Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them.
selenese-runner-java
{groupId='org.seleniumhq.selenium', artifactId='selenium-java'}
{groupId='org.slf4j', artifactId='jcl-over-slf4j'}
{groupId='org.glassfish.jaxb', artifactId='jaxb-runtime'}
Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them. selenese-runner-java {groupId='org.seleniumhq.selenium', artifactId='selenium-java'} {groupId='org.slf4j', artifactId='jcl-over-slf4j'} {groupId='org.glassfish.jaxb', artifactId='jaxb-runtime'}
According to Maven parallel test, we can run tests in parallel.
===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.