[
https://issues.jboss.org/browse/WFLY-9942?page=com.atlassian.jira.plugin....
]
Jeff Mesnil commented on WFLY-9942:
-----------------------------------
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)