Description
In an OSGi environment im- and exports of bundles are based on java package declarations.
The MANIFEST.MF file shipped with the commons compress bundle contains two imports of packages that cannot be solved: org.apache.commons.commons-codec and org.apache.commons.commons-io.
As there are already imports to packages of these bundles (org.apache.commons.codec,org.apache.commons.codec.digest,org.apache.commons.io,org.apache.commons.io.build,org.apache.commons.io.file.attribute,org.apache.commons.io.input,org.apache.commons.io.output) {}the two wrong imports can probably simply be removed.