You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/12/16 18:21:40 UTC

incubator-slider git commit: SLIDER-692 junit JAR sneaking into slider/lib

Repository: incubator-slider
Updated Branches:
  refs/heads/develop ae3012663 -> db83a7ce3


SLIDER-692 junit JAR sneaking into slider/lib


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

Branch: refs/heads/develop
Commit: db83a7ce30b4a64eaec190666208b32808939863
Parents: ae30126
Author: Steve Loughran <st...@apache.org>
Authored: Tue Dec 16 17:21:32 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Tue Dec 16 17:21:32 2014 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/db83a7ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 765c96f..dec4205 100644
--- a/pom.xml
+++ b/pom.xml
@@ -981,6 +981,10 @@
         <version>${zookeeper.version}</version>
         <exclusions>
           <exclusion>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.junit</groupId>
             <artifactId>junit</artifactId>
           </exclusion>