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

Tomaž Cerar tomaz.cerar at gmail.com
Mon Feb 1 13:48:16 EST 2016


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>


--
tomaž




On Sat, Jan 30, 2016 at 5:34 PM, Renann Prado <darkness.renann at gmail.com>
wrote:

> I tried to use
>
> <dependency>
>
>                 <groupId>org.wildfly.bom</groupId>
>
>                 <artifactId>jboss-javaee-7.0-wildfly</artifactId>
>
>                 <version>10.0.0.Final</version>
>
>                 <type>pom</type>
>
>                 <scope>import</scope>
>
> </dependency>
>
>
> But couldn't.
>
>
> Renann Prado
>
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20160201/a13b4fb5/attachment.html 


More information about the wildfly-dev mailing list