Skip to content

Commit 809d049

Browse files
authored
Merge pull request #4182 from dasarathirout/master-pom-cleanup
Remove Unused declared dependencies found in pom.xml #3891
2 parents 7a86d30 + 2b1b29f commit 809d049

File tree

10 files changed

+0
-193
lines changed

10 files changed

+0
-193
lines changed

e2e/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
<version>${slf4j.version}</version>
4343
<scope>test</scope>
4444
</dependency>
45-
<dependency>
46-
<groupId>org.slf4j</groupId>
47-
<artifactId>slf4j-simple</artifactId>
48-
<version>${slf4j.version}</version>
49-
<scope>test</scope>
50-
</dependency>
5145
<dependency>
5246
<groupId>org.awaitility</groupId>
5347
<artifactId>awaitility</artifactId>

examples/examples-release-17/pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@
77
<version>25.0.0-SNAPSHOT</version>
88

99
<dependencies>
10-
<dependency>
11-
<groupId>ch.qos.logback</groupId>
12-
<artifactId>logback-classic</artifactId>
13-
<version>1.5.18</version>
14-
<scope>runtime</scope>
15-
</dependency>
16-
<dependency>
17-
<groupId>io.prometheus</groupId>
18-
<artifactId>simpleclient</artifactId>
19-
<version>0.15.0</version>
20-
</dependency>
21-
<dependency>
22-
<groupId>io.prometheus</groupId>
23-
<artifactId>simpleclient_httpserver</artifactId>
24-
<version>0.15.0</version>
25-
</dependency>
2610
<dependency>
2711
<groupId>io.kubernetes</groupId>
2812
<artifactId>client-java-api</artifactId>
@@ -76,19 +60,6 @@
7660
<version>3.13.1</version>
7761
<scope>test</scope>
7862
</dependency>
79-
<!--for
80-
spring controller example-->
81-
<dependency>
82-
<groupId>org.springframework.boot</groupId>
83-
<artifactId>spring-boot-starter-web</artifactId>
84-
<version>${spring.boot.version}</version>
85-
</dependency>
86-
<dependency>
87-
<groupId>org.springframework.boot</groupId>
88-
<artifactId>spring-boot-starter-actuator</artifactId>
89-
<version>${spring.boot.version}</version>
90-
</dependency>
91-
9263
</dependencies>
9364

9465
<build>

examples/examples-release-18/pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@
88

99

1010
<dependencies>
11-
<dependency>
12-
<groupId>ch.qos.logback</groupId>
13-
<artifactId>logback-classic</artifactId>
14-
<version>1.5.18</version>
15-
<scope>runtime</scope>
16-
</dependency>
17-
<dependency>
18-
<groupId>io.prometheus</groupId>
19-
<artifactId>simpleclient</artifactId>
20-
<version>0.15.0</version>
21-
</dependency>
22-
<dependency>
23-
<groupId>io.prometheus</groupId>
24-
<artifactId>simpleclient_httpserver</artifactId>
25-
<version>0.15.0</version>
26-
</dependency>
2711
<dependency>
2812
<groupId>io.kubernetes</groupId>
2913
<artifactId>client-java-api</artifactId>
@@ -77,19 +61,6 @@
7761
<version>3.13.1</version>
7862
<scope>test</scope>
7963
</dependency>
80-
<!--for
81-
spring controller example-->
82-
<dependency>
83-
<groupId>org.springframework.boot</groupId>
84-
<artifactId>spring-boot-starter-web</artifactId>
85-
<version>${spring.boot.version}</version>
86-
</dependency>
87-
<dependency>
88-
<groupId>org.springframework.boot</groupId>
89-
<artifactId>spring-boot-starter-actuator</artifactId>
90-
<version>${spring.boot.version}</version>
91-
</dependency>
92-
9364
</dependencies>
9465

9566
<build>

examples/examples-release-19/pom.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@
77
<version>25.0.0-SNAPSHOT</version>
88

99
<dependencies>
10-
<dependency>
11-
<groupId>ch.qos.logback</groupId>
12-
<artifactId>logback-classic</artifactId>
13-
<version>1.5.18</version>
14-
<scope>runtime</scope>
15-
</dependency>
16-
<dependency>
17-
<groupId>io.prometheus</groupId>
18-
<artifactId>simpleclient</artifactId>
19-
<version>0.15.0</version>
20-
</dependency>
21-
<dependency>
22-
<groupId>io.prometheus</groupId>
23-
<artifactId>simpleclient_httpserver</artifactId>
24-
<version>0.15.0</version>
25-
</dependency>
2610
<dependency>
2711
<groupId>io.kubernetes</groupId>
2812
<artifactId>client-java-api</artifactId>
@@ -76,24 +60,6 @@
7660
<version>3.13.1</version>
7761
<scope>test</scope>
7862
</dependency>
79-
<!--for
80-
spring controller example-->
81-
<dependency>
82-
<groupId>org.springframework.boot</groupId>
83-
<artifactId>spring-boot-starter-web</artifactId>
84-
<version>${spring.boot.version}</version>
85-
</dependency>
86-
<dependency>
87-
<groupId>org.springframework.boot</groupId>
88-
<artifactId>spring-boot-starter-actuator</artifactId>
89-
<version>${spring.boot.version}</version>
90-
</dependency>
91-
<dependency>
92-
<groupId>com.amazonaws</groupId>
93-
<artifactId>aws-java-sdk-sts</artifactId>
94-
<version>1.12.788</version>
95-
</dependency>
96-
9763
</dependencies>
9864

9965
<build>

examples/examples-release-20/pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@
77
<version>25.0.0-SNAPSHOT</version>
88

99
<dependencies>
10-
<dependency>
11-
<groupId>ch.qos.logback</groupId>
12-
<artifactId>logback-classic</artifactId>
13-
<version>1.5.18</version>
14-
<scope>runtime</scope>
15-
</dependency>
16-
<dependency>
17-
<groupId>io.prometheus</groupId>
18-
<artifactId>simpleclient</artifactId>
19-
<version>0.15.0</version>
20-
</dependency>
21-
<dependency>
22-
<groupId>io.prometheus</groupId>
23-
<artifactId>simpleclient_httpserver</artifactId>
24-
<version>0.15.0</version>
25-
</dependency>
2610
<dependency>
2711
<groupId>io.kubernetes</groupId>
2812
<artifactId>client-java-api</artifactId>
@@ -76,18 +60,6 @@
7660
<version>3.13.1</version>
7761
<scope>test</scope>
7862
</dependency>
79-
<!--for
80-
spring controller example-->
81-
<dependency>
82-
<groupId>org.springframework.boot</groupId>
83-
<artifactId>spring-boot-starter-web</artifactId>
84-
<version>${spring.boot.version}</version>
85-
</dependency>
86-
<dependency>
87-
<groupId>org.springframework.boot</groupId>
88-
<artifactId>spring-boot-starter-actuator</artifactId>
89-
<version>${spring.boot.version}</version>
90-
</dependency>
9163
<dependency>
9264
<groupId>com.amazonaws</groupId>
9365
<artifactId>aws-java-sdk-sts</artifactId>

examples/examples-release-latest/pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,6 @@
1212
<name>client-java-examples-release-latest</name>
1313

1414
<dependencies>
15-
<dependency>
16-
<groupId>ch.qos.logback</groupId>
17-
<artifactId>logback-classic</artifactId>
18-
<scope>runtime</scope>
19-
</dependency>
20-
<dependency>
21-
<groupId>io.prometheus</groupId>
22-
<artifactId>simpleclient</artifactId>
23-
<version>0.15.0</version>
24-
</dependency>
25-
<dependency>
26-
<groupId>io.prometheus</groupId>
27-
<artifactId>simpleclient_httpserver</artifactId>
28-
<version>0.15.0</version>
29-
</dependency>
3015
<dependency>
3116
<groupId>io.kubernetes</groupId>
3217
<artifactId>client-java-api</artifactId>
@@ -77,18 +62,6 @@
7762
<artifactId>wiremock</artifactId>
7863
<scope>test</scope>
7964
</dependency>
80-
<!--for
81-
spring controller example-->
82-
<dependency>
83-
<groupId>org.springframework.boot</groupId>
84-
<artifactId>spring-boot-starter-web</artifactId>
85-
<version>${spring.boot.version}</version>
86-
</dependency>
87-
<dependency>
88-
<groupId>org.springframework.boot</groupId>
89-
<artifactId>spring-boot-starter-actuator</artifactId>
90-
<version>${spring.boot.version}</version>
91-
</dependency>
9265
<dependency>
9366
<groupId>software.amazon.awssdk</groupId>
9467
<artifactId>sts</artifactId>

fluent/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@
1717
<artifactId>client-java-api</artifactId>
1818
<version>${project.version}</version>
1919
</dependency>
20-
<!-- test dependencies -->
21-
<dependency>
22-
<groupId>org.junit.jupiter</groupId>
23-
<artifactId>junit-jupiter</artifactId>
24-
<scope>test</scope>
25-
</dependency>
26-
<dependency>
27-
<groupId>org.mockito</groupId>
28-
<artifactId>mockito-junit-jupiter</artifactId>
29-
<scope>test</scope>
30-
</dependency>
3120
</dependencies>
3221
<build>
3322
<plugins>

spring-aot/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,6 @@
2626
<artifactId>client-java-spring-integration</artifactId>
2727
<version>${project.version}</version>
2828
</dependency>
29-
<dependency>
30-
<groupId>org.springframework.boot</groupId>
31-
<artifactId>spring-boot</artifactId>
32-
</dependency>
33-
<dependency>
34-
<groupId>org.junit.jupiter</groupId>
35-
<artifactId>junit-jupiter</artifactId>
36-
<scope>test</scope>
37-
</dependency>
38-
<dependency>
39-
<groupId>org.springframework.boot</groupId>
40-
<artifactId>spring-boot-test</artifactId>
41-
<scope>test</scope>
42-
</dependency>
43-
<dependency>
44-
<groupId>org.springframework</groupId>
45-
<artifactId>spring-test</artifactId>
46-
<scope>test</scope>
47-
</dependency>
4829
</dependencies>
4930
<build>
5031
<plugins>

spring/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@
5757
<artifactId>spring-boot-test</artifactId>
5858
<scope>test</scope>
5959
</dependency>
60-
<dependency>
61-
<groupId>org.springframework</groupId>
62-
<artifactId>spring-test</artifactId>
63-
<scope>test</scope>
64-
</dependency>
6560
<dependency>
6661
<groupId>org.springframework</groupId>
6762
<artifactId>spring-core</artifactId>

util/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464
<artifactId>sts</artifactId>
6565
<optional>${software.amazon.awssdk.sts.optional}</optional>
6666
</dependency>
67-
<dependency>
68-
<groupId>ch.qos.logback</groupId>
69-
<artifactId>logback-classic</artifactId>
70-
<scope>test</scope>
71-
</dependency>
7267
<dependency>
7368
<groupId>com.google.protobuf</groupId>
7469
<artifactId>protobuf-java</artifactId>

0 commit comments

Comments
 (0)