This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-8.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 4432f3798a9adc0e72b5604a9b868da85ebaf7b8 Author: Richard Zowalla <[email protected]> AuthorDate: Thu Jul 14 09:41:20 2022 +0200 TOMEE-3914 - Remove unused Spring 3 Dependencies in TomEE Root POM --- pom.xml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index c00a85a70e..11aeab73cd 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,7 @@ <bval.version>2.0.5</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.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> @@ -1374,26 +1374,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>
