SFC-218: Fix sfc-scf-vpp wiring 13/69013/2
authorJaime Caamaño Ruiz <[email protected]>
Thu, 1 Mar 2018 14:25:01 +0000 (15:25 +0100)
committerThanh Ha <[email protected]>
Fri, 9 Mar 2018 20:29:03 +0000 (20:29 +0000)
Change-Id: I73ad125c433f145bba93ef8b0c56f0cfb344a30d
JIRA: SFC-218
Signed-off-by: Jaime Caamaño Ruiz <[email protected]>
(cherry picked from commit 3c72eab2fe4c1db9aa37933be139cc17d178f82c)

sfc-classifiers/sfc-scf-vpp/pom.xml
sfc-classifiers/sfc-scf-vpp/src/main/resources/org/opendaylight/blueprint/sfc-scf-vpp.xml

index 48853b99764a42669277a281bba0d6de30804e20..54efb49291b149f3cf89aed78b64dc045d54d176 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.aries.blueprint</groupId>
+                <artifactId>blueprint-maven-plugin</artifactId>
+                <configuration>
+                    <scanPaths>
+                        <scanPath>org.opendaylight.sfc.scfvpprenderer</scanPath>
+                    </scanPaths>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
index b6ede2d26198344f74f8088d8b3e49e997d8aba9..5e321e09824aff7eaded6ac7d9994d3a51310828 100644 (file)
@@ -7,7 +7,7 @@
     interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
     odl:type="default" />
 
-  <reference id="bindingRegistry"
+  <reference id="bindingAwareBroker"
     interface="org.opendaylight.controller.sal.binding.api.BindingAwareBroker" />
 
 </blueprint>