reverted snakeyaml back to non android compliant version

This commit is contained in:
Ricky
2016-05-07 04:42:07 +10:00
parent 5fdc4f88f1
commit 38f60d3c98
+3 -9
View File
@@ -39,12 +39,6 @@
<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>
@@ -52,9 +46,9 @@
<version>2.6</version>
</dependency>
<dependency>
<groupId>com.github.bmoliveira</groupId>
<artifactId>snake-yaml</artifactId>
<version>v1.18-android</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.17</version>
</dependency>
<dependency>
<groupId>com.github.mifmif</groupId>