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 2022/04/01 10:07:23 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-519] Bump Siddhi dependency

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 0cc6694  [STREAMPIPES-519] Bump Siddhi dependency
     new e1ba901  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
0cc6694 is described below

commit 0cc6694e3a6f4c2739fcefd000733035ca294036
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Fri Apr 1 12:07:04 2022 +0200

    [STREAMPIPES-519] Bump Siddhi dependency
---
 pom.xml                            |  2 +-
 streampipes-wrapper-siddhi/pom.xml | 16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6204e8f..82397fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
 	<rdf4j.version>3.5.0</rdf4j.version>
 	<rendersnake.version>1.9.0</rendersnake.version>
 	<retrofit.version>2.5.0</retrofit.version>
-	<siddhi.version>5.1.20</siddhi.version>
+	<siddhi.version>5.1.21</siddhi.version>
 	<simple-java-mail.version>6.7.5</simple-java-mail.version>
 	<slf4j.version>1.7.30</slf4j.version>
 	<snakeyaml.version>1.26</snakeyaml.version>
diff --git a/streampipes-wrapper-siddhi/pom.xml b/streampipes-wrapper-siddhi/pom.xml
index 5dd5eb4..b8a76db 100644
--- a/streampipes-wrapper-siddhi/pom.xml
+++ b/streampipes-wrapper-siddhi/pom.xml
@@ -27,15 +27,6 @@
 
     <artifactId>streampipes-wrapper-siddhi</artifactId>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>1.2.17</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
 
     <dependencies>
         <!-- StreamPipes dependencies -->
@@ -67,13 +58,6 @@
             <artifactId>siddhi-execution-list</artifactId>
             <version>1.0.1</version>
         </dependency>
-
-        <!-- Dependency convergence -->
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.17</version>
-        </dependency>
     </dependencies>
   
 </project>