From 03f34a3cc6c0553b04c8ec6db53e1c2eebbbb82b Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 24 May 2024 17:01:10 -0600 Subject: [PATCH] Remove explicit snakeyaml dependency (#683) Rely on the transitive dependency from the Jackson dataformat library. Commit 6239603091be6af55c9459bb2baa1a272fa216a9 added the dependency in order to assure that we were including the most recent release of the snakeyaml jar file. The Jackson dataformat library version that we are using already depends on the most recent snakeyaml release, so we no longer need this explicit dependency. Reverts 6239603091be6af55c9459bb2baa1a272fa216a9 --- plugin-management-library/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugin-management-library/pom.xml b/plugin-management-library/pom.xml index bc88ea74..96afe940 100644 --- a/plugin-management-library/pom.xml +++ b/plugin-management-library/pom.xml @@ -65,12 +65,6 @@ jackson-dataformat-yaml 2.17.1 - - - org.yaml - snakeyaml - 2.2 - com.github.spotbugs spotbugs-annotations