[ONOS-7063]Validation of modelId for valid syntax

Change-Id: Ic2e991b3e9abcaab97985882a8292fa48bd43827
diff --git a/compiler/plugin/buck/pom.xml b/compiler/plugin/buck/pom.xml
index 3613f71..de898e2 100644
--- a/compiler/plugin/buck/pom.xml
+++ b/compiler/plugin/buck/pom.xml
@@ -34,6 +34,11 @@
             <version>0.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.onosproject</groupId>
+            <artifactId>onos-yang-compiler-plugin-utils</artifactId>
+            <version>2.3-SNAPSHOT</version>
+        </dependency>
     </dependencies>
 
     <build>