STORM-538: Also shade com.google.thirdparty.publicsuffix from Guava

Change storm-core/pom.xml to also relocate com.google.thirdparty.publicsuffix
package to org.apache.storm.guava


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/dc94bf47
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/dc94bf47
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/dc94bf47

Branch: refs/heads/security
Commit: dc94bf47886c2c7b80f9eff8feec8054f6b9d43f
Parents: 3a4274c
Author: Damien Raude-Morvan <[email protected]>
Authored: Tue Oct 21 01:05:36 2014 +0200
Committer: Damien Raude-Morvan <[email protected]>
Committed: Tue Oct 21 01:05:36 2014 +0200

----------------------------------------------------------------------
 storm-core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/dc94bf47/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 1b12b7d..55bafb8 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -307,6 +307,10 @@
                             
<shadedPattern>org.apache.storm.guava</shadedPattern>
                         </relocation>
                         <relocation>
+                            <pattern>com.google.thirdparty</pattern>
+                            
<shadedPattern>org.apache.storm.guava.thirdparty</shadedPattern>
+                        </relocation>
+                        <relocation>
                             <pattern>org.apache.http</pattern>
                             
<shadedPattern>org.apache.storm.http</shadedPattern>
                         </relocation>

Reply via email to