ACCUMULO-593 cleaned up poms

git-svn-id: https://svn.apache.org/repos/asf/accumulo/contrib/bsp/trunk@1339224 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d8abcb9..9c448ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,5 +15,10 @@
       <artifactId>accumulo-core</artifactId>
       <version>1.5.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-core</artifactId>
+      <version>0.20.2</version>
+    </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>