Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions flow-build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@
<scope>provided</scope>
</dependency>

<!-- pnpm-workspace.yaml editing. The node API is used directly, rather
than a databind layer, to keep user comments and layout intact. -->
<dependency>
<groupId>tools.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<groupId>org.snakeyaml</groupId>
<artifactId>snakeyaml-engine</artifactId>
</dependency>

<!-- Test dependencies -->
Expand Down
Loading
Loading