From 97e29e7c1cdd4fb4bdf63cdf83a4c5e0b4bcc6c8 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 17 Sep 2015 03:37:08 +0200 Subject: [PATCH] BUG-4309: include iana-afn-safi in model features This fixes a failure to package iana-afn-safi. Change-Id: I68d53a9c30041da0196d9513872c1a05a661b18f Signed-off-by: Robert Varga --- common/artifacts/pom.xml | 5 +++++ common/features/pom.xml | 4 ++++ common/features/src/main/features/features.xml | 1 + 3 files changed, 10 insertions(+) diff --git a/common/artifacts/pom.xml b/common/artifacts/pom.xml index 57efcf8e08..640b319965 100644 --- a/common/artifacts/pom.xml +++ b/common/artifacts/pom.xml @@ -147,6 +147,11 @@ yang-maven-plugin-spi ${project.version} + + org.opendaylight.yangtools.model + iana-afn-safi + 2013.07.04.8-SNAPSHOT + org.opendaylight.yangtools.model iana-if-type-2014-05-08 diff --git a/common/features/pom.xml b/common/features/pom.xml index d6d1647e40..9c233b3d48 100644 --- a/common/features/pom.xml +++ b/common/features/pom.xml @@ -34,6 +34,10 @@ + + org.opendaylight.yangtools.model + iana-afn-safi + org.opendaylight.yangtools.model iana-if-type-2014-05-08 diff --git a/common/features/src/main/features/features.xml b/common/features/src/main/features/features.xml index bdf16dd430..a757d2f83e 100644 --- a/common/features/src/main/features/features.xml +++ b/common/features/src/main/features/features.xml @@ -22,6 +22,7 @@ odl-yangtools-binding + mvn:org.opendaylight.yangtools.model/iana-afn-safi/{{VERSION}} mvn:org.opendaylight.yangtools.model/iana-if-type-2014-05-08/{{VERSION}} mvn:org.opendaylight.yangtools.model/ietf-inet-types/{{VERSION}} mvn:org.opendaylight.yangtools.model/ietf-interfaces/{{VERSION}} -- 2.36.6