You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/05/08 09:44:25 UTC

[cxf] 02/06: remove unused org.springframework:spring-jms

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit b68f3c61d0d8da5283931d2bb147d7da5eefe6dd
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed May 6 18:04:31 2020 +0300

    remove unused org.springframework:spring-jms
---
 parent/pom.xml                 |  5 -----
 systests/jaxrs/pom.xml         | 11 -----------
 systests/spring-boot/pom.xml   |  5 -----
 systests/uncategorized/pom.xml |  9 ---------
 4 files changed, 30 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 756188f..a30e194 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1169,11 +1169,6 @@
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
-                <artifactId>spring-jms</artifactId>
-                <version>${cxf.spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
                 <artifactId>spring-tx</artifactId>
                 <version>${cxf.spring.version}</version>
             </dependency>
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index 3bb93db..13df8a3 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -388,11 +388,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-tx</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.aspectj</groupId>
             <artifactId>aspectjrt</artifactId>
             <version>${cxf.aspectj.version}</version>
@@ -431,12 +426,6 @@
         </dependency>
         <dependency>
             <groupId>org.springframework.security</groupId>
-            <artifactId>spring-security-acl</artifactId>
-            <version>${cxf.spring.security.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-config</artifactId>
             <version>${cxf.spring.security.version}</version>
             <scope>test</scope>
diff --git a/systests/spring-boot/pom.xml b/systests/spring-boot/pom.xml
index 11c7432..20b72c0 100644
--- a/systests/spring-boot/pom.xml
+++ b/systests/spring-boot/pom.xml
@@ -124,10 +124,5 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-tx</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>
diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index 4770088..85547ae 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -320,10 +320,6 @@
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring-jms</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
             <artifactId>spring-tx</artifactId>
         </dependency>
         <dependency>
@@ -342,11 +338,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.springframework.security</groupId>
-            <artifactId>spring-security-acl</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>