From b0c2d2ce7f76e47133cad8988d9509f723db8de1 Mon Sep 17 00:00:00 2001 From: Milos Fabian Date: Tue, 15 Jul 2014 17:05:18 +0200 Subject: [PATCH] Bug-194: Fixed bundle exports. Change-Id: Ib7b8adcca0cb552c97aac313171259eb98a8ca77 Signed-off-by: Milos Fabian --- bgp/rib-impl/pom.xml | 1 + pcep/impl/pom.xml | 1 + pcep/topology-provider/pom.xml | 4 ---- pcep/tunnel-provider/pom.xml | 4 ---- programming/impl/pom.xml | 4 ++++ 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/bgp/rib-impl/pom.xml b/bgp/rib-impl/pom.xml index 4e0e70d57a..5bf4ad2868 100644 --- a/bgp/rib-impl/pom.xml +++ b/bgp/rib-impl/pom.xml @@ -205,6 +205,7 @@ ${project.groupId}.${project.artifactId} org.opendaylight.protocol.bgp.rib.impl.*, + org.opendaylight.controller.config.yang.bgp.rib.impl diff --git a/pcep/impl/pom.xml b/pcep/impl/pom.xml index 604004db0d..9662fec011 100644 --- a/pcep/impl/pom.xml +++ b/pcep/impl/pom.xml @@ -163,6 +163,7 @@ ${project.groupId}.${project.artifactId} org.opendaylight.protocol.pcep.impl.*, + org.opendaylight.controller.config.yang.pcep.impl.* diff --git a/pcep/topology-provider/pom.xml b/pcep/topology-provider/pom.xml index e0356dc5d5..e1cfa5acff 100644 --- a/pcep/topology-provider/pom.xml +++ b/pcep/topology-provider/pom.xml @@ -102,10 +102,6 @@ org.opendaylight.yangtools.model ietf-inet-types - - ${project.groupId} - pcep-tunnel-api - ${project.groupId} diff --git a/pcep/tunnel-provider/pom.xml b/pcep/tunnel-provider/pom.xml index 8f9e88f013..539a47438d 100644 --- a/pcep/tunnel-provider/pom.xml +++ b/pcep/tunnel-provider/pom.xml @@ -40,10 +40,6 @@ ${project.groupId} pcep-topology-spi - - ${project.groupId} - pcep-tunnel-api - ${project.groupId} pcep-ietf-stateful02 diff --git a/programming/impl/pom.xml b/programming/impl/pom.xml index e153d86754..f43febec63 100644 --- a/programming/impl/pom.xml +++ b/programming/impl/pom.xml @@ -125,6 +125,10 @@ ${project.groupId}.${project.artifactId} + + org.opendaylight.bgpcep.programming.impl, + org.opendaylight.controller.config.yang.programming.impl + -- 2.36.6