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