Removed warnings about duplicate entry
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/851daafe Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/851daafe Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/851daafe Branch: refs/heads/master Commit: 851daafeb42ede7e943db91e41131d12d4bcea00 Parents: 73f77e5 Author: Makoto Yui <[email protected]> Authored: Fri Apr 27 11:52:06 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Fri Apr 27 12:06:31 2018 +0900 ---------------------------------------------------------------------- spark/spark-2.2/pom.xml | 4 ---- spark/spark-2.3/pom.xml | 4 ---- 2 files changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/851daafe/spark/spark-2.2/pom.xml ---------------------------------------------------------------------- diff --git a/spark/spark-2.2/pom.xml b/spark/spark-2.2/pom.xml index 47aea92..100de59 100644 --- a/spark/spark-2.2/pom.xml +++ b/spark/spark-2.2/pom.xml @@ -136,10 +136,6 @@ </goals> </execution> </executions> - </plugin> - <plugin> - <groupId>org.scalatest</groupId> - <artifactId>scalatest-maven-plugin</artifactId> <configuration> <environmentVariables> <JAVA_HOME>${env.JAVA8_HOME}</JAVA_HOME> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/851daafe/spark/spark-2.3/pom.xml ---------------------------------------------------------------------- diff --git a/spark/spark-2.3/pom.xml b/spark/spark-2.3/pom.xml index cfa6457..0ab424f 100644 --- a/spark/spark-2.3/pom.xml +++ b/spark/spark-2.3/pom.xml @@ -171,10 +171,6 @@ </goals> </execution> </executions> - </plugin> - <plugin> - <groupId>org.scalatest</groupId> - <artifactId>scalatest-maven-plugin</artifactId> <configuration> <environmentVariables> <JAVA_HOME>${env.JAVA8_HOME}</JAVA_HOME>
