Hilbert Benut created ARTEMIS-3077:
--------------------------------------
Summary: Package 'javax.jms' is declared in module with an invalid
name ('geronimo.jms.2.0.spec')
Key: ARTEMIS-3077
URL: https://issues.apache.org/jira/browse/ARTEMIS-3077
Project: ActiveMQ Artemis
Issue Type: Bug
Affects Versions: 2.16.0
Reporter: Hilbert Benut
While developing a modular _java 11_ (Maven and IntelliJ IDEA 2020.3.1
(Community Edition)) application I'm facing an issue related to
_geronimo.jms.2.0.spec_ the error is as following
*Package 'javax.jms' is declared in module with an invalid name
('geronimo.jms.2.0.spec')*
mvn:dependecy-tree
[INFO] +- org.apache.activemq:artemis-jms-client:jar:2.16.0:compile
[INFO] | +- org.apache.activemq:artemis-core-client:jar:2.15.0:compile
[INFO] | | +- org.jgroups:jgroups:jar:3.6.13.Final:compile
[INFO] | | +- org.apache.johnzon:johnzon-core:jar:1.2.8:compile
[INFO] | | +- io.netty:netty-handler-proxy:jar:4.1.54.Final:compile
[INFO] | | \- io.netty:netty-codec-socks:jar:4.1.54.Final:compile
[INFO] | +- org.apache.activemq:artemis-commons:jar:2.15.0:compile
[INFO] | +- org.apache.activemq:artemis-selector:jar:2.15.0:compile
[INFO] | \-
org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0-alpha-2:compile
--
This message was sent by Atlassian Jira
(v8.3.4#803005)