3 Replies Latest reply on Mar 18, 2014 12:53 PM by david.salter

    Correct BOM for WildFly application development?

    david.salter

      Hi,

       

      I'm just wondering which is the correct BOM to use when developing applications against WildFly.

       

      The WildFly quickstarts use

       

      <dependency>
          <groupId>org.wildfly.bom</groupId>
          <artifactId>jboss-javaee-7.0-with-tools</artifactId>
          <version>8.0.0.Final</version>
         <type>pom</type>
         <scope>import</scope>
      </dependency>
      

       

      Whereas the JBoss stacks page recommends using

       

      <dependency>
          <groupId>org.wildfly</groupId>
          <artifactId>wildfly-dist</artifactId>
          <version>8.0.0.Final</version>
          <type>pom</type>
          <scope>import</scope>
      </dependency>
      

       

      Which is the recommended one to use for an application that uses Arquillian for testing?

       

      Thanks.

       

      Dave.