This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch 2.5.0-release in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 8d576e19e50ac135c580b914c8bbe735e21ffc56 Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Wed Sep 12 16:39:15 2018 +0800 KYLIN-3513 add plugin version to pom.xml --- pom.xml | 5 +++++ source-hive/pom.xml | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9014830..3a2316c 100644 --- a/pom.xml +++ b/pom.xml @@ -1177,6 +1177,11 @@ <artifactId>maven-dependency-plugin</artifactId> <version>2.10</version> </plugin> + <plugin> + <groupId>net.alchim31.maven</groupId> + <artifactId>scala-maven-plugin</artifactId> + <version>3.4.2</version> + </plugin> </plugins> </pluginManagement> <plugins> diff --git a/source-hive/pom.xml b/source-hive/pom.xml index 4c7e937..a766e07 100644 --- a/source-hive/pom.xml +++ b/source-hive/pom.xml @@ -105,10 +105,6 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin-engine-spark</artifactId> </dependency> - <dependency> - <groupId>org.apache.kylin</groupId> - <artifactId>kylin-engine-spark</artifactId> - </dependency> </dependencies> </project>