From: Robert Varga Date: Sun, 14 Oct 2018 00:56:21 +0000 (+0200) Subject: Exclude javax.xml.stream dependency X-Git-Tag: v2.0.12~6 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=50789e1dc9668fb8066e281faf2de676a046b3f7;p=yangtools.git Exclude javax.xml.stream dependency This dependency is satisfied by the JDK, hence we do not need to pull it in. Change-Id: I440114204f064239e3e25215e53fe67981ddf6d7 Signed-off-by: Robert Varga (cherry picked from commit a2c8f1405a44b41ccb17ec801beeaa78420336c5) --- diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index b68a0e3140..2fb422872e 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -152,6 +152,13 @@ javax.xml.bind jaxb-api 2.2.1 + + + + javax.xml.stream + stax-api + +