Adrian Lazar created NETBEANS-5789:
--------------------------------------

             Summary: Add JPMS support for org.netbeans.swing.outline
                 Key: NETBEANS-5789
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5789
             Project: NetBeans
          Issue Type: Bug
          Components: platform - JDK Problems, platform - Outline&TreeTable
         Environment: JARs obtained from 
[mvnrepository.com|https://mvnrepository.com/artifact/org.netbeans.api/org-netbeans-swing-outline]

            Reporter: Adrian Lazar


Error encountered when adding 
{code:java}
requires org.netbeans.swing.outline.RELEASE124;
{code}
 to my module-info: 

{code:java}
module MY_MODULE reads package org.netbeans.modules.openide.util from both 
org.openide.util.lookup.RELEASE124 and org.openide.util.RELEASE124
{code}

How can I use org.netbeans.swing.outline in my JDK module?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to