Description: Add junit as a test dependency
 Add junit as a test dependency to the project's pom.xml file.
Author: Tim Potter <tpot@hp.com>
Forwarded: no
Last-Update: 2014-10-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,12 @@
       <artifactId>guava</artifactId>
       <version>${version.guava}</version>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.10</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>
