Cavium-pro driver extends BMv2

Change-Id: I1377b321c4e9b66d01a5cca76122b1087775abf2
diff --git a/drivers/cavium-pro/src/main/resources/cavium-pro-drivers.xml b/drivers/cavium-pro/src/main/resources/cavium-pro-drivers.xml
index e9845a9..5dc2e6a 100644
--- a/drivers/cavium-pro/src/main/resources/cavium-pro-drivers.xml
+++ b/drivers/cavium-pro/src/main/resources/cavium-pro-drivers.xml
@@ -15,7 +15,7 @@
   ~ limitations under the License.
   -->
 <drivers>
-    <driver name="cavium-pro" manufacturer="Cavium" hwVersion="1.0" swVersion="1.0" extends="p4runtime">
+    <driver name="cavium-pro" manufacturer="Cavium" hwVersion="1.0" swVersion="1.0" extends="bmv2">
         <behaviour api="org.onosproject.net.behaviour.PiPipelineProgrammable"
                    impl="org.onosproject.drivers.cavium.pro.XpliantProPipelineProgrammable"/>
     </driver>