From 9010da520152ea5608e7f42974578fcdc3d3f163 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 18 Dec 2019 12:09:46 +0100 Subject: [PATCH] Remove jsr173-ri from dependencies JSR173 is part of JRE, hence there is no point to inherit this dependency. It also helps to have our releases consumable from Central (which does not carry the .jar). Change-Id: I3cd50c6f20149e48c1946c0ea50a3a8e57f847b1 Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-distributed-datastore/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 045083f7d9..b062191c97 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -70,6 +70,13 @@ net.java.dev.stax-utils stax-utils + + + + com.bea.xml + jsr173-ri + + org.opendaylight.controller -- 2.36.6