Developer Materials

Java EE 6 with tools recommended by JBoss (Old BOM)

  • Author:
  • Contributors: , , , ,
  • Published: Jun 27, 2013
  • Target Product:eap

     

     

    WARNING: This BOM has been replaced by a product BOM.

    This BOM is no longer being maintained. It has now been replaced by a Red Hat product BOM. You are still able to find the latest community versions of this BOM at Maven Central.

    Please use the following BOM instead: org.jboss.bom.eap:jboss-javaee-6.0-with-tools

    Java EE lacks any testing APIs, and for this reason JBoss developed the Arquillian project, along with its various component projects, such as Arquillian Drone, and the sister project Shrinkwrap. This BOM builds on the Java EE full profile BOM, adding Arquillian to the mix. It also provides a version of JUnit and TestNG recommended for use with Arquillian. Furthermore, this BOM adds the JBoss AS Maven deployment plugin. EAP 6s recommended mode of deployment is via the management APIs, and the Maven plugin is the recommended way to do this, if the customer is using Maven for building.

    Import code

    Place the following into your pom.xml file of your project.

    Note

    The suggested version of this BOM is shown by default, but you may choose other versions given your environment.

    Versions

    1.0.0.M11-redhat-1
    1.0.0.M12-redhat-1
    1.0.2.Final-redhat-1
    1.0.4.Final-redhat-4
    1.0.4.Final-redhat-wfk-1
    1.0.4.Final-redhat-wfk-2
    <dependencyManagement>
      <dependencies>
          <dependency>
              <groupId>org.jboss.bom</groupId>
              <artifactId>jboss-javaee-6.0-with-tools</artifactId>
              <version>1.0.0.M11-redhat-1</version>
              <type>pom</type>
              <scope>import</scope>
          </dependency>
      </dependencies>
    </dependencyManagement>
    <dependencyManagement>
      <dependencies>
          <dependency>
              <groupId>org.jboss.bom</groupId>
              <artifactId>jboss-javaee-6.0-with-tools</artifactId>
              <version>1.0.0.M12-redhat-1</version>
              <type>pom</type>
              <scope>import</scope>
          </dependency>
      </dependencies>
    </dependencyManagement>
    <dependencyManagement>
      <dependencies>
          <dependency>
              <groupId>org.jboss.bom</groupId>
              <artifactId>jboss-javaee-6.0-with-tools</artifactId>
              <version>1.0.2.Final-redhat-1</version>
              <type>pom</type>
              <scope>import</scope>
          </dependency>
      </dependencies>
    </dependencyManagement>
    <dependencyManagement>
      <dependencies>
          <dependency>
              <groupId>org.jboss.bom</groupId>
              <artifactId>jboss-javaee-6.0-with-tools</artifactId>
              <version>1.0.4.Final-redhat-4</version>
              <type>pom</type>
              <scope>import</scope>
          </dependency>
      </dependencies>
    </dependencyManagement>
    <dependencyManagement>
      <dependencies>
          <dependency>
              <groupId>org.jboss.bom</groupId>
              <artifactId>jboss-javaee-6.0-with-tools</artifactId>
              <version>1.0.4.Final-redhat-wfk-1</version>
              <type>pom</type>
              <scope>import</scope>
          </dependency>
      </dependencies>
    </dependencyManagement>
    <dependencyManagement>
      <dependencies>
          <dependency>
              <groupId>org.jboss.bom</groupId>
              <artifactId>jboss-javaee-6.0-with-tools</artifactId>
              <version>1.0.4.Final-redhat-wfk-2</version>
              <type>pom</type>
              <scope>import</scope>
          </dependency>
      </dependencies>
    </dependencyManagement>

    Recent Changelog

    • Jun 27, 2013(Rafael Benevides):Prepare for development of 1.0.7 SNAPSHOT
    • Jun 27, 2013(Rafael Benevides):Prepare for 1.0.7.CR7 release
    • Jun 24, 2013(Rafael Benevides):Prepare for development of 1.0.7 SNAPSHOT
    • Jun 24, 2013(Rafael Benevides):Prepare for 1.0.7.CR6 release
    • Jun 17, 2013(Rafael Benevides):Prepare for development of 1.0.7 SNAPSHOT
    • Jun 17, 2013(Rafael Benevides):Prepare for 1.0.7.CR5 release
    • Jun 10, 2013(Rafael Benevides):Prepare for development of 1.0.7 SNAPSHOT
    • Jun 10, 2013(Rafael Benevides):Prepare for 1.0.7.CR4 release
    • Jun 5, 2013(Rafael Benevides):Prepare for development of 1.0.7 SNAPSHOT
    • Jun 5, 2013(Rafael Benevides):Prepare for 1.0.7.CR3 release
     
    Avg:
    Your Rating: