changed snakeyaml to the bmoliveira one to provide support for android

This commit is contained in:
Ricky
2016-05-06 23:13:39 +10:00
parent 0119577916
commit bfb5cd549b
+9 -4
View File
@@ -39,7 +39,12 @@
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
@@ -47,9 +52,9 @@
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.17</version>
<groupId>com.github.bmoliveira</groupId>
<artifactId>snake-yaml</artifactId>
<version>v1.18-android</version>
</dependency>
<dependency>
<groupId>com.github.mifmif</groupId>