make sure that this is part of your<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>
<dependencyManagement>
and not just <dependencies>
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@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/wildfly-dev