diff options
author | Jim Hahn <jrh3@att.com> | 2019-03-15 13:00:54 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-03-15 13:00:54 -0400 |
commit | d66116bf9ad9aae0bcea2b3304fdbddd94b5ccba (patch) | |
tree | a673dd1662a70dc1c502f364c3ae6460a1fde1a5 /pom.xml | |
parent | 4d23287f72f42103521d2b7738e93e79532b0246 (diff) |
Adjust snakeyaml version
Version 1.21 of snakeyaml is breaking junits in policy/pap.
Change-Id: Ic7716c49f7797b8461846f1c61717c620471a2b5
Issue-ID: POLICY-1542
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.21</version> + <version>1.18</version> </dependency> <dependency> |