You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2017/10/17 18:35:28 UTC

[2/2] commons-compress git commit: COMPRESS-423 fix OSGi config for ZStandard

COMPRESS-423 fix OSGi config for ZStandard


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/495712ce
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/495712ce
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/495712ce

Branch: refs/heads/master
Commit: 495712ce662a79ca6b08c470bdf6920d7df0e361
Parents: ce5ada6
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Oct 17 20:34:41 2017 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Oct 17 20:35:07 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/495712ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6298895..6a500c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@ ZStandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional</Import-Package>
+            <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution=optional</Import-Package>
           </instructions>
         </configuration>
       </plugin>