[Hawkular-dev] Fwd: [wildfly-dev] Is the BOM for 10.0.0.Final available already?

John Mazzitelli mazz at redhat.com
Mon Feb 1 14:23:56 EST 2016


----- Forwarded Message -----
Cc: wildfly-dev at lists.jboss.org
Sent: Monday, February 1, 2016 1:48:16 PM
Subject: Re: [wildfly-dev] Is the BOM for 10.0.0.Final available already?

WildFly BOMs for 10.0.0.Final are released. 

easiest way to use it is to have this in your pom 
<dependencyManagement>
    <dependencies>
        <dependency> <groupId>org.wildfly.bom</groupId>
            <artifactId>wildfly-javaee7</artifactId>
            <scope>import</scope>
            <type>pom</type>
            <version>10.0.0.Final</version> </dependency>
    </dependencies>
</dependencyManagement> 

make sure that this is part of your <dependencyManagement> and not just <dependencies> 


More information about the hawkular-dev mailing list