From 6f1a858c5e16e5dd1f6ef361f87b30a805d34b2b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 29 Jul 2017 14:21:20 +0200 Subject: [PATCH] Downgrade stax2-api to 3.1.4 As it turns out, downstream is using jackson, which is bound to 3.1.x version of stax2-api. Downgrade to match. Change-Id: I7a86037abceac8499986af11392da5112570d838 Signed-off-by: Robert Varga --- yang/yang-data-codec-xml/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang/yang-data-codec-xml/pom.xml b/yang/yang-data-codec-xml/pom.xml index b8437a4fbf..bef895a249 100644 --- a/yang/yang-data-codec-xml/pom.xml +++ b/yang/yang-data-codec-xml/pom.xml @@ -39,7 +39,7 @@ org.codehaus.woodstox stax2-api - 4.0.0 + 3.1.4 org.opendaylight.yangtools -- 2.36.6