aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-03-15 13:00:54 -0400
committerJim Hahn <jrh3@att.com>2019-03-15 13:00:54 -0400
commitd66116bf9ad9aae0bcea2b3304fdbddd94b5ccba (patch)
treea673dd1662a70dc1c502f364c3ae6460a1fde1a5 /pom.xml
parent4d23287f72f42103521d2b7738e93e79532b0246 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5a22b5232..3d1835931 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.21</version>
+ <version>1.18</version>
</dependency>
<dependency>