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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit b9666d75e27125006796ae9799b35c5577eb996f
Author: Andriy Redko <[email protected]>
AuthorDate: Mon May 1 13:46:49 2023 -0400

    Remove duplicated spring-boot-starter-actuator artifact usage
---
 systests/spring-boot/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/systests/spring-boot/pom.xml b/systests/spring-boot/pom.xml
index 001bd2e335..d6c1c9a9f6 100644
--- a/systests/spring-boot/pom.xml
+++ b/systests/spring-boot/pom.xml
@@ -112,11 +112,6 @@
             <artifactId>spring-boot-starter-actuator</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-actuator</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.awaitility</groupId>
             <artifactId>awaitility</artifactId>

Reply via email to