This is an automated email from the ASF dual-hosted git repository.

agresch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 8de7676f7 STORM-3872 Excluding unused pom dependencies (#3487)
8de7676f7 is described below

commit 8de7676f7eb28f65fd3a58050b8a2df41d803ae8
Author: snikhil5 <[email protected]>
AuthorDate: Thu Jul 14 09:21:24 2022 -0500

    STORM-3872 Excluding unused pom dependencies (#3487)
    
    Co-authored-by: snikhil5 <[email protected]>
---
 DEPENDENCY-LICENSES              |  1 -
 LICENSE-binary                   |  1 -
 external/storm-autocreds/pom.xml |  4 ++++
 external/storm-hdfs/pom.xml      |  2 +-
 external/storm-hive/pom.xml      |  4 ++++
 external/storm-solr/pom.xml      | 16 ++++++++++++++++
 6 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 2b3f4bbe6..f991a7fa9 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -443,7 +443,6 @@ List of third-party dependencies grouped by their license 
type.
         * Open JSON (com.tdunning:json:1.8 - 
https://github.com/tdunning/open-json)
         * ORC Core (org.apache.orc:orc-core:1.3.4 - 
http://orc.apache.org/orc-core)
         * oro (oro:oro:2.0.8 - no url defined)
-        * Pentaho Aggregate Designer Algorithm 
(org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde - 
http://github.com/pentaho/mondrian/pentaho-aggdesigner-algorithm)
         * Plexus :: Component Annotations 
(org.codehaus.plexus:plexus-component-annotations:1.5.5 - 
http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/)
         * Plexus :: Component Annotations 
(org.codehaus.plexus:plexus-component-annotations:1.7.1 - 
http://codehaus-plexus.github.io/plexus-containers/plexus-component-annotations/)
         * Plexus Cipher: encryption/decryption Component 
(org.sonatype.plexus:plexus-cipher:1.4 - 
http://spice.sonatype.org/plexus-cipher)
diff --git a/LICENSE-binary b/LICENSE-binary
index f29a6043d..8386b61b7 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -907,7 +907,6 @@ The license texts of these dependencies can be found in the 
licenses directory.
         * Open JSON (com.tdunning:json:1.8 - 
https://github.com/tdunning/open-json)
         * ORC Core (org.apache.orc:orc-core:1.3.4 - 
http://orc.apache.org/orc-core)
         * oro (oro:oro:2.0.8 - no url defined)
-        * Pentaho Aggregate Designer Algorithm 
(org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde - 
http://github.com/pentaho/mondrian/pentaho-aggdesigner-algorithm)
         * slice (io.airlift:slice:0.29 - https://github.com/airlift/slice)
         * Slider Core (org.apache.slider:slider-core:0.90.2-incubating - 
http://slider.incubator.apache.org/slider-core/)
         * SnakeYAML (org.yaml:snakeyaml:1.26 - http://www.snakeyaml.org)
diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index 06f51be53..5f7b999bd 100644
--- a/external/storm-autocreds/pom.xml
+++ b/external/storm-autocreds/pom.xml
@@ -155,6 +155,10 @@
             <artifactId>hive-hcatalog-streaming</artifactId>
             <version>${hive.version}</version>
             <exclusions>
+                <exclusion>
+                    <groupId>org.pentaho</groupId>
+                    <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
diff --git a/external/storm-hdfs/pom.xml b/external/storm-hdfs/pom.xml
index 86cd8824f..14f16d436 100644
--- a/external/storm-hdfs/pom.xml
+++ b/external/storm-hdfs/pom.xml
@@ -86,7 +86,7 @@
             <artifactId>hadoop-client</artifactId>
             <version>${hadoop.version}</version>
             <exclusions>
-               <exclusion>
+                   <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
diff --git a/external/storm-hive/pom.xml b/external/storm-hive/pom.xml
index d79db1c77..f10a40bd2 100644
--- a/external/storm-hive/pom.xml
+++ b/external/storm-hive/pom.xml
@@ -72,6 +72,10 @@
       <artifactId>hive-hcatalog-streaming</artifactId>
       <version>${hive.version}</version>
       <exclusions>
+        <exclusion>
+          <groupId>org.pentaho</groupId>
+          <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
diff --git a/external/storm-solr/pom.xml b/external/storm-solr/pom.xml
index 40b8e553f..d1ce9c808 100644
--- a/external/storm-solr/pom.xml
+++ b/external/storm-solr/pom.xml
@@ -81,6 +81,14 @@
             <version>${solr.version}</version>
             <scope>test</scope>
             <exclusions>
+                <exclusion>
+                    <groupId>org.restlet.jee</groupId>
+                    <artifactId>org.restlet</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.restlet.jee</groupId>
+                    <artifactId>org.restlet.ext.servlet</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
@@ -98,6 +106,14 @@
             <version>${solr.version}</version>
             <scope>test</scope>
             <exclusions>
+                <exclusion>
+                    <groupId>org.restlet.jee</groupId>
+                    <artifactId>org.restlet</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.restlet.jee</groupId>
+                    <artifactId>org.restlet.ext.servlet</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>

Reply via email to