Skip to content

Commit e7bf1ab

Browse files
committed
fix: Add snakeyaml dependency
1 parent e6746d4 commit e7bf1ab

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@
3838
</dependencyManagement>
3939

4040
<dependencies>
41-
41+
<dependency>
42+
<groupId>org.yaml</groupId>
43+
<artifactId>snakeyaml</artifactId>
44+
<version>2.0</version>
45+
<optional>true</optional>
46+
</dependency>
4247
<dependency>
4348
<groupId>org.slf4j</groupId>
4449
<artifactId>slf4j-api</artifactId>
@@ -189,7 +194,7 @@
189194
<artifactId>maven-compiler-plugin</artifactId>
190195
<version>3.14.1</version>
191196
<configuration>
192-
<release>21</release>
197+
<release>25</release>
193198
</configuration>
194199
</plugin>
195200
</plugins>

0 commit comments

Comments
 (0)