Skip to content

Commit

Permalink
MapR [SPARK-282] Remove maprfs and hadoop jars from mapr spark package (
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorbov authored and ekrivokonmapr committed Sep 19, 2019
1 parent 09b0476 commit 3ff579a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<groupId>com.mapr.security</groupId>
<artifactId>mapr-security-web</artifactId>
<version>${maprfs.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
Expand Down

0 comments on commit 3ff579a

Please sign in to comment.