Skip to content

Commit 03f34a3

Browse files
authored
Remove explicit snakeyaml dependency (#683)
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
1 parent cd489c2 commit 03f34a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugin-management-library/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@
6565
<artifactId>jackson-dataformat-yaml</artifactId>
6666
<version>2.17.1</version>
6767
</dependency>
68-
<!-- TODO: Remove when jackson dataformat snakeyaml dependency is at least 1.32 -->
69-
<dependency>
70-
<groupId>org.yaml</groupId>
71-
<artifactId>snakeyaml</artifactId>
72-
<version>2.2</version>
73-
</dependency>
7468
<dependency>
7569
<groupId>com.github.spotbugs</groupId>
7670
<artifactId>spotbugs-annotations</artifactId>

0 commit comments

Comments
 (0)