Removing commons-io and concurrent-trees from onlab-thirdparty

Change-Id: Id65a4e05292d9ca2e7a743c48b96c09767602e1d
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index 0c0fa4a..86fa6a3 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -68,5 +68,10 @@
             <groupId>org.onosproject</groupId>
             <artifactId>onlab-thirdparty</artifactId>
         </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>${commons.io.version}</version>
+        </dependency>
     </dependencies>
 </project>