Addition of common model.

Change-Id: If5fd6bae01a59ebf9d27f8369ac3403c83f70fad
diff --git a/models/l3vpn/BUCK b/models/l3vpn/BUCK
index dae4099..f858b4c 100644
--- a/models/l3vpn/BUCK
+++ b/models/l3vpn/BUCK
@@ -1,4 +1,9 @@
+COMPILE_DEPS = [
+    '//models/common:onos-models-common',
+]
+
 yang_model(
     app_name = 'org.onosproject.models.l3vpn',
     title = 'L3VPN YANG Models',
+    deps = COMPILE_DEPS,
 )