-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.16
-
Fix Version/s: 1.16.1
-
Component/s: None
-
Labels:None
JIRA COMPRESS-423 has introduced a new import with wrong syntax. Actually commons-compress is not resolvable anymore.
is:
<Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution=optional</Import-Package>
to be:
<Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution:=optional</Import-Package>