Closed lordofthejars closed 10 years ago
Yes please :-)
Next week I will clone the project and start with this issues. This weekend I need to prepare my presentation about Arquillian for Guatemala JavaDays hehehe,
2014-10-02 16:04 GMT+02:00 Karel Piwko notifications@github.com:
Yes please :-)
— Reply to this email directly or view it on GitHub https://github.com/arquillian/arquillian-spacelift/issues/13#issuecomment-57634170 .
+----------------------------------------------------------+ Alex Soto Bueno - Computer Engineer www.lordofthejars.com +----------------------------------------------------------+
JIRA related issue https://issues.jboss.org/browse/ARQ-1863
Currently Arquillian Spacelift uses Arquillian 1.1.4 as arquillian version but if you run in a 1.1.5, an exception is thrown. This is because both dependencies 1.14 and 1.1.5 coexists and a NoSuchMethodError exception is thrown. To avoid this you can add arquillian pom in dependency management.
I can fix this issue as well if you want.