Decouple config and netconf subsystems.
[controller.git] / opendaylight / config / config-util / pom.xml
index fa83b43de22b906aa2bf5c24858747f687812a75..f9c9cab27f6a1b1f94578b75d7efc3d061b8ebc7 100644 (file)
       <groupId>${project.groupId}</groupId>
       <artifactId>config-api</artifactId>
     </dependency>
-    <!-- test dependencies -->
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yang-data-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yang-model-api</artifactId>
+    </dependency>
+    <!-- test dependencies -->
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>mockito-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
       <scope>test</scope>
     </dependency>
-  <dependency>
-    <groupId>org.opendaylight.yangtools</groupId>
-    <artifactId>mockito-configuration</artifactId>
-  </dependency>
   </dependencies>
 
   <build>
@@ -41,7 +53,7 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Export-Package>org.opendaylight.controller.config.util</Export-Package>
+            <Export-Package>org.opendaylight.controller.config.util.*</Export-Package>
           </instructions>
         </configuration>
       </plugin>