ACCUMULO-4631: Added Junit dep to maven-plugin and unusedDeclaredDependency
diff --git a/pom.xml b/pom.xml
index 9c9f1f9..0c9760e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,11 @@
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>