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/01/02 13:24:06 UTC

[streampipes] branch dev updated: Sp 959 (#1011)

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


The following commit(s) were added to refs/heads/dev by this push:
     new 9ac56a5ab Sp 959 (#1011)
9ac56a5ab is described below

commit 9ac56a5aba266316ceb4248e3aee050fbd168b97
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Mon Jan 2 14:24:01 2023 +0100

    Sp 959 (#1011)
    
    * [#959] Update siddhi version
    
    * [#959] Remove antlr dependency
    
    * [#959] Downgrade antrl version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 266688839..b1f3ccc8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -996,7 +996,7 @@ IoT data streams.
 				<dependency>
 					<groupId>org.antlr</groupId>
 					<artifactId>antlr4-runtime</artifactId>
-					<version>4.11.1</version>
+					<version>4.9</version>
 				</dependency>
 				<dependency>
 					<groupId>io.netty</groupId>