You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2014/10/13 17:46:54 UTC

git commit: KNOX-441: Ensure all pom.xml files reference junit so that excludeGroups work

Repository: knox
Updated Branches:
  refs/heads/master b40aa7881 -> d298308f1


KNOX-441: Ensure all pom.xml files reference junit so that excludeGroups work


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/d298308f
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/d298308f
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/d298308f

Branch: refs/heads/master
Commit: d298308f184388ff9d83ce1b47e1feb4add7004f
Parents: b40aa78
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Mon Oct 13 11:46:46 2014 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Mon Oct 13 11:46:46 2014 -0400

----------------------------------------------------------------------
 hadoop-examples/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/d298308f/hadoop-examples/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-examples/pom.xml b/hadoop-examples/pom.xml
index 316e019..95eb416 100644
--- a/hadoop-examples/pom.xml
+++ b/hadoop-examples/pom.xml
@@ -45,6 +45,11 @@
             <artifactId>commons-cli</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file