Do not reference http://opendaylight.org/xmlns/blueprint/v1.0.0 12/97612/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Sep 2021 14:59:02 +0000 (16:59 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Sep 2021 14:59:57 +0000 (16:59 +0200)
bgp-rib-impl is not using any Blueprint extensions, hence there is no
need to bind to this namespace.

JIRA: BGPCEP-958
Change-Id: If6c1a3ddaad47f6f8e0df4d0b8accbe21d3b625c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/rib-impl/src/main/resources/OSGI-INF/blueprint/bgp-rib.xml

index 200585fc436b9b651039ab3928cb50cbed7878c0..73216c8f2dbd404e32569572c0536ac6800774c9 100644 (file)
@@ -6,8 +6,7 @@
   terms of the Eclipse Public License v1.0 which accompanies this distribution,
   and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
-           xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
 
   <reference id="clusterSingletonServiceProvider" interface="org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider"/>
   <reference id="bgpDispatcher" interface="org.opendaylight.protocol.bgp.rib.impl.spi.BGPDispatcher"/>