You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/04/12 15:56:59 UTC

[streampipes] 02/02: [hotfix] Remove zstd-jni from dependencies

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 71f9318344b9a465e1eac643d7883322ab16b041
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Wed Apr 12 17:23:02 2023 +0200

    [hotfix] Remove zstd-jni from dependencies
---
 pom.xml                                                      | 6 ------
 streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml | 4 ----
 2 files changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ddc92220..95570154d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,6 @@
 	<scala-parser-combinators.version>1.1.1</scala-parser-combinators.version>
 	<slack-api.version>1.4.0</slack-api.version>
 	<xerces.version>2.12.2</xerces.version>
-	<zstd-jni.version>1.5.5-1</zstd-jni.version>
 	<inlong.version>1.5.0</inlong.version>
 
 	<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
@@ -1188,11 +1187,6 @@
             </dependency>
 
             <!-- External dependencies -->
-            <dependency>
-                <groupId>com.github.luben</groupId>
-                <artifactId>zstd-jni</artifactId>
-                <version>${zstd-jni.version}</version>
-            </dependency>
             <dependency>
                 <groupId>com.google.maps</groupId>
                 <artifactId>google-maps-services</artifactId>
diff --git a/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml b/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml
index 71798cbe3..3a7009225 100644
--- a/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml
+++ b/streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml
@@ -51,10 +51,6 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.github.luben</groupId>
-            <artifactId>zstd-jni</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.rabbitmq</groupId>
             <artifactId>amqp-client</artifactId>