Try

mvn dependency:tree -pl :wildfly-feature-pack


The wildfly-ee module does not depend on everything related to ee. It's more the other way around; it provides some basic ee stuff that other subsystems need.


Brian Stansberry
Manager, Senior Principal Software Engineer
Red Hat

On Wed, Sep 20, 2017 at 10:04 AM, Eric B <ebenzacar@gmail.com> wrote:
Hi,

I was looking to find the full dependency list for Wildfly, so I took a look at the dependency hierarchy of the Wildfly EE server.  But I do not see the Artemis server listed anywhere as a dependency.

My starting point was:

<dependency>
    <groupId>org.wildfly</groupId>
    <artifactId>wildfly-ee</artifactId>
    <version>10.0.0.Final</version>
</dependency>

Am I looking in the wrong place, or is Artemis intentionally not included?

Thanks,

Eric


_______________________________________________
wildfly-dev mailing list
wildfly-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/wildfly-dev