Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1863

Update Spacelift Arquillian dependency version to 1.1.5.Final

XMLWordPrintable

      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>

      Related issue https://github.com/arquillian/arquillian-spacelift/issues/13

              asotobu@gmail.com Alex Soto (Inactive)
              asotobu@gmail.com Alex Soto (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: