[ https://issues.apache.org/jira/browse/NETBEANS-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16926007#comment-16926007 ]
Matthias Bläsing commented on NETBEANS-75: ------------------------------------------ org.openide.util.ui is required - org.netbeans.libs.jna.Installer extends org.openide.modules.ModuleInstall which org.openide.util.SharedClassObject (there is your dependency). I'm preparing an PR that updated JNA and will also remove the dependecy on org.openide.util. > libs.jna - too many dependencies > -------------------------------- > > Key: NETBEANS-75 > URL: https://issues.apache.org/jira/browse/NETBEANS-75 > Project: NetBeans > Issue Type: Bug > Components: platform - Other > Reporter: lbruun > Assignee: Matthias Bläsing > Priority: Minor > > Module {{org.netbeans.libs.jna}} has two unnecessary dependencies: > {noformat} > org.openide.util.ui > org.openide.util > {noformat} > I've trawled the historical changes in Hg and can see the reason why: The > {{Installer}} class - the module's only source code - used to have more code > than what it does today. Today it does nothing more than setting a system > property. > This balloons the size of my headless Platform app. I use Maven so I can > explicitly exclude them. But still. Logging as minor. -- This message was sent by Atlassian Jira (v8.3.2#803003) --------------------------------------------------------------------- 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