This is an automated email from the ASF dual-hosted git repository.
kunalkapoor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new f74e976 [HOTFIX]Compilation error in assembly module as it could not
resolve the mv-core dependency
f74e976 is described below
commit f74e9765b82aa3dddcbe296f2983db55b9354d27
Author: Venu Reddy <[email protected]>
AuthorDate: Mon Apr 27 19:06:45 2020 +0530
[HOTFIX]Compilation error in assembly module as it could not
resolve the mv-core dependency
Why is this PR needed?
Recent PR #3692 removes carbondata-mv-core module and part of the
code is moved to carbondata-spark module.
But assembly module still has dependency to mv-core in its pom.
What changes were proposed in this PR?
Removed carbondata-mv-core dependency from assembly module.
This closes #3728
---
assembly/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/assembly/pom.xml b/assembly/pom.xml
index fa14171..3003611 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -66,11 +66,6 @@
<artifactId>carbondata-mv-plan</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.carbondata</groupId>
- <artifactId>carbondata-mv-core</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<build>