We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8a3f6 commit 39cc6a5Copy full SHA for 39cc6a5
1 file changed
gemma-rest/pom.xml
@@ -201,9 +201,9 @@
201
</exclusions>
202
</dependency>
203
<dependency>
204
- <groupId>org.yaml</groupId>
205
- <artifactId>snakeyaml</artifactId>
206
- <version>2.4</version>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-yaml</artifactId>
+ <version>${jackson.version}</version>
207
208
209
<groupId>io.swagger.core.v3</groupId>
0 commit comments