removed compiler-plugin-utils dependency

Change-Id: Ia14404755a820577178f1a2454fa00cea75c5bc6
diff --git a/runtime/pom.xml b/runtime/pom.xml
index bb90477..f296234 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -55,11 +55,6 @@
             <version>1.12-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.onosproject</groupId>
-            <artifactId>onos-yang-compiler-plugin-utils</artifactId>
-            <version>1.12-SNAPSHOT</version>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>RELEASE</version>
@@ -92,7 +87,8 @@
                         <Export-Package>
                             org.onosproject.yang.runtime.*
                         </Export-Package>
-                        <Include-Resource>${project.build.testOutputDirectory}</Include-Resource>
+                        <Include-Resource>${project.build.testOutputDirectory}
+                        </Include-Resource>
                     </instructions>
                 </configuration>
             </plugin>