[jboss-jira] [JBoss JIRA] (WFLY-9942) Remove hornetq-native and -journal dependencies
Jeff Mesnil (JIRA)
issues at jboss.org
Fri Mar 2 09:33:00 EST 2018
[ https://issues.jboss.org/browse/WFLY-9942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540856#comment-13540856 ]
Jeff Mesnil edited comment on WFLY-9942 at 3/2/18 9:32 AM:
-----------------------------------------------------------
It turns out that the dependencies are actually required:
{code}
org.wildfly:wildfly-feature-pack:pom:13.0.0.Alpha1-SNAPSHOT
org.hornetq:hornetq-core-client:jar:2.4.7.Final:compile has transitive dependencies:
org.hornetq:hornetq-journal:jar:2.4.7.Final:compile
org.jboss.logging:jboss-logging:jar:3.3.1.Final:compile
org.hornetq:hornetq-native:jar:2.4.7.Final:compile
{code}
hornetq-core-client depends on hornetq-journal to reference some constants...
was (Author: jmesnil):
It turns out that the dependencies are actually required:
[code]
org.wildfly:wildfly-feature-pack:pom:13.0.0.Alpha1-SNAPSHOT
org.hornetq:hornetq-core-client:jar:2.4.7.Final:compile has transitive dependencies:
org.hornetq:hornetq-journal:jar:2.4.7.Final:compile
org.jboss.logging:jboss-logging:jar:3.3.1.Final:compile
org.hornetq:hornetq-native:jar:2.4.7.Final:compile
[code]
hornetq-core-client depends on hornetq-journal to reference some constants...
> Remove hornetq-native and -journal dependencies
> -----------------------------------------------
>
> Key: WFLY-9942
> URL: https://issues.jboss.org/browse/WFLY-9942
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 12.0.0.Final
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
>
> WildFly pom.xml and its feature-pack still have dependencies for hornetq-native and hornet-journal jars.
> They are no longer used (since they were only required when HornetQ broker was integrated) and should be removed.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list