arquillian / arquillian-spacelift

Arquillian process and package manager. Makes executing an external process or fetching platform depends dependencies an easier job
4 stars 7 forks source link

Updates Arquillian dependencies to 1.1.5.Final #13

Closed lordofthejars closed 10 years ago

lordofthejars commented 10 years ago

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.

<dependency>
            <groupId>org.jboss.arquillian</groupId>
            <artifactId>arquillian-bom</artifactId>
            <version>1.1.5.Final</version>
            <scope>import</scope>
            <type>pom</type>
</dependency>

I can fix this issue as well if you want.

kpiwko commented 10 years ago

Yes please :-)

lordofthejars commented 10 years ago

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 +----------------------------------------------------------+

lordofthejars commented 10 years ago

JIRA related issue https://issues.jboss.org/browse/ARQ-1863

kpiwko commented 10 years ago

Resolved in https://github.com/arquillian/arquillian-spacelift/commit/66da963c487292e03c4f83e72c753472ba5d4857