Add snakeyaml dependency
This commit is contained in:
parent
8104c9baf7
commit
ea4b12efab
5
pom.xml
5
pom.xml
@ -27,6 +27,11 @@
|
|||||||
<artifactId>javahelp</artifactId>
|
<artifactId>javahelp</artifactId>
|
||||||
<version>2.0.05</version>
|
<version>2.0.05</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.yaml</groupId>
|
||||||
|
<artifactId>snakeyaml</artifactId>
|
||||||
|
<version>1.14</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user