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.git

commit 955bb251331d8103962155d5e13f2de8aa1b4a64
Author: superminkfan <zikunov_se...@mail.ru>
AuthorDate: Fri Jun 7 17:21:11 2024 +1000

    IGNITE-22419 Removed unused dependencies Third iteration
---
 parent/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9624887c19e..4583c9251b0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -66,9 +66,6 @@
         <failIfNoTests>false</failIfNoTests>
 
         <!-- Dependency versions -->
-        <activemq.version>5.12.0</activemq.version>
-        <aspectj.bundle.version>1.8.13_1</aspectj.bundle.version>
-        <aspectj.version>1.8.13</aspectj.version>
         <netty.version>4.1.101.Final</netty.version>
         <commons.codec.version>1.16.0</commons.codec.version>
         <commons.collections.version>3.2.2</commons.collections.version>
@@ -77,8 +74,6 @@
         <commons.dbcp.version>1.4</commons.dbcp.version>
         <cron4j.version>2.2.5</cron4j.version>
         <curator.version>5.2.0</curator.version>
-        <easymock.version>3.4</easymock.version>
-        <guava.retrying.version>2.0.0</guava.retrying.version>
         <guava.version>32.1.2-jre</guava.version>
         <guava14.version>14.0.1</guava14.version>
         <guava16.version>16.0.1</guava16.version>
@@ -86,10 +81,7 @@
         <h2.version>1.4.197</h2.version>
         <hadoop.version>2.9.1</hadoop.version>
         <hamcrest.version>2.2</hamcrest.version>
-        <httpclient.version>4.5.13</httpclient.version>
         <jackson.version>2.14.0</jackson.version>
-        <jaxb.api.version>2.1</jaxb.api.version>
-        <jaxb.impl.version>2.1.14</jaxb.impl.version>
         <javassist.version>3.28.0-GA</javassist.version>
         <javax.cache.bundle.version>1.0.0_1</javax.cache.bundle.version>
         <javax.cache.tck.version>1.1.0</javax.cache.tck.version>

Reply via email to