This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new e109505678 TOMEE-3914 - Remove Spring 3 Dependencies in TomEE Root POM
e109505678 is described below
commit e10950567892bb64c6fa465f4e11b8df56b41c52
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Jul 14 09:46:59 2022 +0200
TOMEE-3914 - Remove Spring 3 Dependencies in TomEE Root POM
---
pom.xml | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5ed4685d57..a2f7086fef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,6 @@
<bval.version>2.0.6</bval.version>
<org.apache.activemq.version>5.16.5</org.apache.activemq.version>
- <org.springframework.version>3.1.4.RELEASE</org.springframework.version>
<junit.version>4.13.2</junit.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<org.apache.axis2.version>1.4.1</org.apache.axis2.version>
@@ -1294,26 +1293,6 @@
<artifactId>stax</artifactId>
<version>1.2.0</version>
</dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- <version>${org.springframework.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- <version>${org.springframework.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context-support</artifactId>
- <version>${org.springframework.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-orm</artifactId>
- <version>${org.springframework.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.geronimo.components</groupId>
<artifactId>geronimo-connector</artifactId>