Axel Fontaine created COMPRESS-610:
--------------------------------------
Summary: commons-compress should not depend on java.beans in the
java.desktop module
Key: COMPRESS-610
URL: https://issues.apache.org/jira/browse/COMPRESS-610
Project: Commons Compress
Issue Type: Bug
Affects Versions: 1.21
Reporter: Axel Fontaine
Currently pack200 depends on java.beans in the java.desktop module, which in
turn requires many unnecessary classes for jlink users.
The dependency is relatively limited as it only impacts Pack200 in both
org.apache.commons.compress.java.util.jar -> java.beans
java.desktop
and
org.apache.commons.compress.harmony.pack200 -> java.beans
java.desktop
Remove this dependency shouldn't be too hard.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)