Revert "removed compiler-plugin-utils dependency"

This reverts commit e6115d629d5bcae74d3978c39352f0fc7d2d8e77.

Change-Id: I6bcea84df1f1d2fc4b706ad8f460c84e1f2040ab
diff --git a/runtime/pom.xml b/runtime/pom.xml
index f296234..bb90477 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -55,6 +55,11 @@
             <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>
@@ -87,8 +92,7 @@
                         <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>