You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2021/08/18 06:54:14 UTC

[incubator-streampipes] branch dev updated: [hotfix] Add lz4 to managed dependencies

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new c54f314  [hotfix] Add lz4 to managed dependencies
c54f314 is described below

commit c54f314e186e7ceef5561866d8c1467ad1db1551
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Wed Aug 18 08:54:01 2021 +0200

    [hotfix] Add lz4 to managed dependencies
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index c1c4b07..f2a51e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
         <kafka.version>2.7.0</kafka.version>
         <lightcouch.version>0.2.0</lightcouch.version>
         <log4j.version>2.12.1</log4j.version>
+        <lz4.version>1.7.1</lz4.version>
         <logback-classic.version>1.2.3</logback-classic.version>
         <maven-invoker.version>2.2</maven-invoker.version>
         <mqtt-client.version>1.12</mqtt-client.version>
@@ -686,6 +687,11 @@
                 <version>${lightcouch.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.lz4</groupId>
+                <artifactId>lz4-java</artifactId>
+                <version>${lz4.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.objenesis</groupId>
                 <artifactId>objenesis</artifactId>
                 <version>${objenesis.version}</version>