Skip to content

Commit

Permalink
Remove explicit snakeyaml dependency (#683)
Browse files Browse the repository at this point in the history
Rely on the transitive dependency from the Jackson dataformat library.

Commit 6239603 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 6239603
  • Loading branch information
MarkEWaite committed May 24, 2024
1 parent cd489c2 commit 03f34a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugin-management-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.17.1</version>
</dependency>
<!-- TODO: Remove when jackson dataformat snakeyaml dependency is at least 1.32 -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
Expand Down

0 comments on commit 03f34a3

Please sign in to comment.