wildfly / wildfly-tck-runners

Test runners for executing various TCKs against a WildFly runtime
Apache License 2.0
1 stars 7 forks source link

Use dependencies from WildFly for the Core Profile tests where applicable #123

Closed jamezp closed 11 months ago

jamezp commented 11 months ago

We currently use client dependencies from Maven for the core profile TCK tests. This is fine as we generally keep dependencies in sync with that is in WildFly. However, we can use the additionalClasspathElement configuration with the surefire and failsafe plugins in combination with the ant-maven-plugin to set a path property.