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:57 UTC

[streampipes] branch dev updated (353cdd86e -> 71f931834)

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

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


    from 353cdd86e Bump mkdocs-awesome-pages-plugin in /streampipes-client-python
     new 31c68401a Bump zstd-jni from 1.4.3-1 to 1.5.5-1
     new 71f931834 [hotfix] Remove zstd-jni from dependencies

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                      | 6 ------
 streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml | 4 ----
 2 files changed, 10 deletions(-)


[streampipes] 01/02: Bump zstd-jni from 1.4.3-1 to 1.5.5-1

Posted by ze...@apache.org.
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 31c68401a4292fa8bf579ee084694086c01069e0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 11 03:04:50 2023 +0000

    Bump zstd-jni from 1.4.3-1 to 1.5.5-1
    
    Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.3-1 to 1.5.5-1.
    - [Release notes](https://github.com/luben/zstd-jni/releases)
    - [Commits](https://github.com/luben/zstd-jni/compare/v1.4.3-1...v1.5.5-1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.luben:zstd-jni
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 453cc30f7..0ddc92220 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
 	<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.4.3-1</zstd-jni.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>


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

Posted by ze...@apache.org.
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>