ingwarsw / arquillian-suite-extension

Arquillian extension that will force single deployment for all tests
Apache License 2.0
67 stars 20 forks source link

not working on wildfly 10 #39

Closed ghost closed 7 years ago

ghost commented 7 years ago

Because of dom4j dependency in compile scope. The reflections jar brings dom4j as a transitiv dependency into the project. Please change the scope of dom4j to test/provided or just make it an optional dependency.

ingwarsw commented 7 years ago

Could you check if branch feature/new_arquillian is working for you?

ingwarsw commented 7 years ago

Released as v1.1.4.. Check if will work for you..