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 2023/03/29 07:56:37 UTC

[streampipes] branch dev updated: [hotfix] Remove duplicate declaration of snakeyaml dependency version

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/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4f74f9428 [hotfix] Remove duplicate declaration of snakeyaml dependency version
4f74f9428 is described below

commit 4f74f9428218d738780d4bf88b4a28b06074b595
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Mar 29 09:56:26 2023 +0200

    [hotfix] Remove duplicate declaration of snakeyaml dependency version
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 131145fa5..14ede12d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,6 @@
 	<scala-lang-xml.version>1.0.5</scala-lang-xml.version>
 	<scala-parser-combinators.version>1.1.1</scala-parser-combinators.version>
 	<slack-api.version>1.4.0</slack-api.version>
-	<snakeyaml.version>1.26</snakeyaml.version>
 	<xerces.version>2.12.2</xerces.version>
 	<zstd-jni.version>1.4.3-1</zstd-jni.version>
 	<inlong.version>1.5.0</inlong.version>