Issue 560:update to snakeyaml 1.8

This commit is contained in:
Adrian Cole 2011-05-14 19:12:04 -07:00
parent 5253f3f7fb
commit 99d4e3472c

View File

@ -81,7 +81,7 @@
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>snakeyaml</artifactId>
<version>1.6</version> <version>1.8</version>
</dependency> </dependency>
</dependencies> </dependencies>