This is an automated email from the ASF dual-hosted git repository.
liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 4db85d8 SUBMARINE-487. JNA does not work with maven-shade-plugin
4db85d8 is described below
commit 4db85d849203d8c548e4bbc54dadd9eecf7cb224
Author: Gustavo Martin Morcuende <[email protected]>
AuthorDate: Sun May 3 14:45:21 2020 +0200
SUBMARINE-487. JNA does not work with maven-shade-plugin
### What is this PR for?
submarine-spark-security fails with java.lang.UnsatisfiedLinkError
### What type of PR is it?
[Bug Fix]
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-487
### How should this be tested?
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Gustavo Martin Morcuende <[email protected]>
Closes #273 from gumartinm/SUBMARINE-487 and squashes the following commits:
37800ac [Gustavo Martin Morcuende] SUBMARINE-487 Include jars without
renaming packages
205efe8 [Gustavo Martin Morcuende] SUBMARINE-487 JNA does not work with
maven-shade-plugin
---
submarine-security/spark-security/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/submarine-security/spark-security/pom.xml
b/submarine-security/spark-security/pom.xml
index 3df79ff..99b1cc1 100644
--- a/submarine-security/spark-security/pom.xml
+++ b/submarine-security/spark-security/pom.xml
@@ -415,14 +415,6 @@
<shadedPattern>${ranger.spark.package}.com.sun.research</shadedPattern>
</relocation>
<relocation>
- <pattern>com.kstruct</pattern>
-
<shadedPattern>${ranger.spark.package}.com.kstruct</shadedPattern>
- </relocation>
- <relocation>
- <pattern>com.sun.jna</pattern>
-
<shadedPattern>${ranger.spark.package}.com.sun.jna</shadedPattern>
- </relocation>
- <relocation>
<pattern>com.sun.ws</pattern>
<shadedPattern>${ranger.spark.package}.com.sun.ws</shadedPattern>
</relocation>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]