HAMA-1002: Add junit dependency to commons to compile with Hadoop 2.8+
diff --git a/commons/pom.xml b/commons/pom.xml
index 3277336..4166523 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -36,6 +36,10 @@
       <artifactId>guava</artifactId>
       <version>13.0.1</version>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
   </dependencies>
   
   <build>