Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

jboss-javaee7-with-spring4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

JBoss Java EE 7 with Spring 4

This BOM builds on the Java EE full profile BOM, adding Spring 4.

Usage

To use the BOM, import into your dependency management:

<dependencyManagement>
    <dependencies>
        <dependency>
           <groupId>org.jboss.bom</groupId>
           <artifactId>jboss-javaee-7.0-eap-with-spring4</artifactId>
           <version>7.0.10-SNAPSHOT</version>
           <type>pom</type>
           <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>