Skip to content

Commit 39cc6a5

Browse files
committed
Replace missing snakeyaml with jackson-dataformat-yaml
1 parent 2c8a3f6 commit 39cc6a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gemma-rest/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@
201201
</exclusions>
202202
</dependency>
203203
<dependency>
204-
<groupId>org.yaml</groupId>
205-
<artifactId>snakeyaml</artifactId>
206-
<version>2.4</version>
204+
<groupId>com.fasterxml.jackson.dataformat</groupId>
205+
<artifactId>jackson-dataformat-yaml</artifactId>
206+
<version>${jackson.version}</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>io.swagger.core.v3</groupId>

0 commit comments

Comments
 (0)