From b69bc4eae1f9c9fd77752f1e845b60f936ddadb2 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 5 Jun 2020 08:40:49 -0400 Subject: [PATCH] Restore missing ODL dependencies Restore missing ODL dependency management entries, which were causing compile failures. Change-Id: I88ac3bbd2fb2fd2ebb2f683852d0ef16558b6cf0 Issue-ID: CCSDK-2397 Signed-off-by: Dan Timoney --- dependencies-odl-bom/pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 92829d08..5fa6ff70 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -40,6 +40,60 @@ import + + + org.opendaylight.bgpcep + bgp-artifacts + 0.11.1 + pom + import + + + org.opendaylight.controller + mdsal-artifacts + 1.9.1 + pom + import + + + org.opendaylight.controller + sal-binding-broker-impl + 1.9.1 + + + org.opendaylight.controller + sal-binding-broker-impl + 1.9.1 + test-jar + tests + test + + + org.opendaylight.controller + sal-test-model + 1.9.1 + + + org.opendaylight.mdsal + mdsal-artifacts + 3.0.8 + pom + import + + + org.opendaylight.netconf + netconf-artifacts + 1.6.1 + pom + import + + + org.opendaylight.netconf + restconf-artifacts + 1.9.1 + pom + import + -- 2.16.6