BUG 2839: Config: remove dependencies on commons-io
[controller.git] / opendaylight / config / config-manager / pom.xml
index 3ebffc65a298444e732c78e571701746ceb919b3..0bc068083f7fc34755dc4f45ab12676cbb3e873f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-subsystem</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-manager</artifactId>
       <artifactId>guava</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-
     <!--Dependencies regardign RuntimeGeneratedMappingService-->
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>