[wildfly-dev] Is Artemis not included as a dependency in the Wildfly-ee poms?

Brian Stansberry brian.stansberry at redhat.com
Wed Sep 20 12:15:50 EDT 2017


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 at 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 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/20170920/7450a2d5/attachment-0001.html 


More information about the wildfly-dev mailing list