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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit b261c71ae6fd8b762ba44e7b3ab354940e47cc9a
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Tue Apr 30 10:44:40 2024 +0200

    Clean-up dependency management, remove unused declarations
---
 pom.xml                           | 50 ++-------------------------------------
 server/openejb-common-cli/pom.xml |  4 ----
 2 files changed, 2 insertions(+), 52 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8732df34c3..d1a806ab2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1399,11 +1399,6 @@
         <artifactId>serializer</artifactId>
         <version>${version.xalan}</version>
       </dependency>
-      <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax</artifactId>
-        <version>1.2.0</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-connector</artifactId>
@@ -1457,12 +1452,6 @@
         <artifactId>geronimo-mail_2.1_provider</artifactId>
         <version>${version.geronimo-mail_2.1_provider}</version>
       </dependency>
-      <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax-api</artifactId>
-        <version>1.0.1</version>
-        <scope>provided</scope>
-      </dependency>
       <dependency>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
@@ -1544,11 +1533,6 @@
         <artifactId>swizzle-stream</artifactId>
         <version>1.6.2</version>
       </dependency>
-      <dependency>
-        <groupId>axis</groupId>
-        <artifactId>axis</artifactId>
-        <version>1.4</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.tomee</groupId>
         <artifactId>commons-dbcp2-shade</artifactId>
@@ -1647,11 +1631,6 @@
           </exclusion>
         </exclusions>
       </dependency>
-      <dependency>
-        <artifactId>backport-util-concurrent</artifactId>
-        <groupId>backport-util-concurrent</groupId>
-        <version>3.1</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-api</artifactId>
@@ -1662,15 +1641,10 @@
         <artifactId>axiom-impl</artifactId>
         <version>${version.axiom}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-math</artifactId>
-        <version>2.2</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd-core</artifactId>
-        <version>2.1.0</version>
+        <version>2.12.1</version>
       </dependency>
       <dependency>
         <groupId>jline</groupId>
@@ -1718,11 +1692,6 @@
         <artifactId>commons-fileupload2-core</artifactId>
         <version>${version.commons-fileupload}</version>
       </dependency>
-      <dependency>
-        <groupId>regexp</groupId>
-        <artifactId>regexp</artifactId>
-        <version>1.3</version>
-      </dependency>
       <dependency>
         <groupId>commons-discovery</groupId>
         <artifactId>commons-discovery</artifactId>
@@ -1882,25 +1851,15 @@
         <version>2.4.4</version>
       </dependency>
       <dependency>
-        <artifactId>commons-lang3</artifactId>
         <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
         <version>${version.commons-lang3}</version>
       </dependency>
-      <dependency>
-        <artifactId>commons-lang</artifactId>
-        <groupId>commons-lang</groupId>
-        <version>2.6</version>
-      </dependency>
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
         <version>${version.commons-io}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.ws.commons.schema</groupId>
-        <artifactId>XmlSchema</artifactId>
-        <version>1.4.7</version>
-      </dependency>
       <dependency>
         <groupId>org.ehcache</groupId>
         <artifactId>ehcache</artifactId>
@@ -1921,11 +1880,6 @@
         <artifactId>groovy-all</artifactId>
         <version>${version.groovy}</version>
       </dependency>
-      <dependency>
-        <groupId>com.google.code.gson</groupId>
-        <artifactId>gson</artifactId>
-        <version>2.2.4</version>
-      </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>sxc-shade</artifactId>
diff --git a/server/openejb-common-cli/pom.xml 
b/server/openejb-common-cli/pom.xml
index fb8374ca07..a6cfeea87b 100644
--- a/server/openejb-common-cli/pom.xml
+++ b/server/openejb-common-cli/pom.xml
@@ -46,10 +46,6 @@
       <groupId>jline</groupId>
       <artifactId>jline</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.google.code.gson</groupId>
-      <artifactId>gson</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-reflect</artifactId>

Reply via email to