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

ivandasch pushed a commit to branch ignite-22419
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git

commit c6d428d4bb14a6bf413079d96ae47392b583de6f
Author: superminkfan <[email protected]>
AuthorDate: Fri Jun 7 12:44:48 2024 +1000

    IGNITE-22419 Removed unused dependencies from ignite-extensions
---
 modules/aws-ext/pom.xml  |  6 ------
 modules/yarn-ext/pom.xml | 14 --------------
 2 files changed, 20 deletions(-)

diff --git a/modules/aws-ext/pom.xml b/modules/aws-ext/pom.xml
index ac79f5ad..aa0367df 100644
--- a/modules/aws-ext/pom.xml
+++ b/modules/aws-ext/pom.xml
@@ -148,12 +148,6 @@
             <version>${httpclient.version}</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpcore</artifactId>
-            <version>${httpcore.version}</version>
-        </dependency>
-
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
diff --git a/modules/yarn-ext/pom.xml b/modules/yarn-ext/pom.xml
index 55ff4233..3cf32555 100644
--- a/modules/yarn-ext/pom.xml
+++ b/modules/yarn-ext/pom.xml
@@ -71,14 +71,6 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>commons-beanutils</groupId>
-                    <artifactId>commons-beanutils</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-beanutils</groupId>
-                    <artifactId>commons-beanutils-core</artifactId>
-                </exclusion>
                 <exclusion>
                     <groupId>commons-codec</groupId>
                     <artifactId>commons-codec</artifactId>
@@ -103,12 +95,6 @@
             <artifactId>commons-codec</artifactId>
             <version>${commons.codec.version}</version>
         </dependency>
-
-        <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-            <version>${commons.beanutils.version}</version>
-        </dependency>
     </dependencies>
 
     <build>

Reply via email to