From fe0c4558808c3740e82c42db06bf1e7f43395bbb Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 30 Jun 2021 23:13:32 +0200 Subject: [PATCH] Remove an TrieMap dependency We are not using TrieMap directly, do not hard-code a dependency on it. Change-Id: I3285e2f1484c1f9db9dd4b149f469c9392ddb7d2 Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-distributed-datastore/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index cab3b3bc19..2c02d7179f 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -137,10 +137,6 @@ org.opendaylight.yangtools yang-data-codec-gson - - tech.pantheon.triemap - triemap - org.apache.commons commons-lang3 -- 2.36.6