From: Robert Varga Date: Tue, 14 Feb 2017 09:02:40 +0000 (+0100) Subject: BUG-7464: package forked TrieMap X-Git-Tag: release/carbon~82 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=4c65b544c217530595540c9e23d0d58847acf3de;p=yangtools.git BUG-7464: package forked TrieMap Package TrieMap into features. Change-Id: I37c8bde665c1ce445410772e38de1e594197f68a Signed-off-by: Robert Varga --- diff --git a/common/artifacts/pom.xml b/common/artifacts/pom.xml index 382f581565..c5873ee25b 100644 --- a/common/artifacts/pom.xml +++ b/common/artifacts/pom.xml @@ -142,6 +142,11 @@ xsd-regex 1.1.0-SNAPSHOT + + org.opendaylight.yangtools + triemap + 0.9.0-SNAPSHOT + org.opendaylight.yangtools diff --git a/common/features/features-yangtools/pom.xml b/common/features/features-yangtools/pom.xml index ca72d8c7b5..9b44baa0ac 100644 --- a/common/features/features-yangtools/pom.xml +++ b/common/features/features-yangtools/pom.xml @@ -105,6 +105,10 @@ org.opendaylight.yangtools xsd-regex + + org.opendaylight.yangtools + triemap + com.google.code.gson gson diff --git a/common/features/features-yangtools/src/main/features/features.xml b/common/features/features-yangtools/src/main/features/features.xml index b5eb54d76c..f30fbcc2cf 100644 --- a/common/features/features-yangtools/src/main/features/features.xml +++ b/common/features/features-yangtools/src/main/features/features.xml @@ -32,6 +32,7 @@ mvn:org.opendaylight.yangtools/object-cache-api/{{VERSION}} mvn:org.opendaylight.yangtools/object-cache-guava/{{VERSION}} mvn:org.opendaylight.yangtools/object-cache-noop/{{VERSION}} + mvn:org.opendaylight.yangtools/triemap/{{VERSION}} diff --git a/common/features/odl-yangtools-common/pom.xml b/common/features/odl-yangtools-common/pom.xml index f3d72419d0..c04c845341 100644 --- a/common/features/odl-yangtools-common/pom.xml +++ b/common/features/odl-yangtools-common/pom.xml @@ -68,6 +68,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + triemap +