COMPRESS-423 - Add ZStandard decompression support using Zstd-JNI
diff --git a/pom.xml b/pom.xml
index 31fc4cd..6a33b38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>com.github.luben</groupId>
+      <artifactId>zstd-jni</artifactId>
+      <version>1.3.1-1</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.brotli</groupId>
       <artifactId>dec</artifactId>
       <version>0.1.2</version>