Clean up to remove controller/opendaylight/commons/checkstyle
[controller.git] / opendaylight / config / config-util / pom.xml
index 6a5950dc7e7bc5afef3bd0e257b5a564e7aa9b90..e82f5dd41b51f15fb3cff912ddca36135070a6bd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-subsystem</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-util</artifactId>
       <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>