Skip to content

Commit 1524067

Browse files
sks1995sks1995
andauthored
Remove unused dependencies in pom (#27)
* Remove unused dependencies in pom * Remove unused dependencies in pom --------- Co-authored-by: sks1995 <sumitkumar543@gmail.com>
1 parent 4c444bd commit 1524067

File tree

1 file changed

+3
-43
lines changed

1 file changed

+3
-43
lines changed

pom.xml

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
3232
<slf4j-api.version>1.7.36</slf4j-api.version>
3333
<snakeyaml.version>1.31</snakeyaml.version>
34+
<spring-webflux.version>2.7.16</spring-webflux.version>
3435
</properties>
3536
<scm>
3637
<connection>scm:git:git://github.com/intuit/rwebpulse.git</connection>
@@ -55,17 +56,6 @@
5556
<scope>test</scope>
5657
</dependency>
5758

58-
<dependency>
59-
<groupId>org.springframework.boot</groupId>
60-
<artifactId>spring-boot-starter-web</artifactId>
61-
<exclusions>
62-
<exclusion>
63-
<groupId>org.springframework</groupId>
64-
<artifactId>spring-web-reactive</artifactId>
65-
</exclusion>
66-
</exclusions>
67-
</dependency>
68-
6959
<dependency>
7060
<groupId>org.projectlombok</groupId>
7161
<artifactId>lombok</artifactId>
@@ -75,32 +65,13 @@
7565
<groupId>org.springframework.boot</groupId>
7666
<artifactId>spring-boot-starter-test</artifactId>
7767
<scope>test</scope>
68+
<version>2.7.16</version>
7869
</dependency>
7970
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webflux -->
8071
<dependency>
8172
<groupId>org.springframework.boot</groupId>
8273
<artifactId>spring-boot-starter-webflux</artifactId>
83-
</dependency>
84-
85-
<!-- https://mvnrepository.com/artifact/org.springframework/spring-web-reactive -->
86-
<dependency>
87-
<groupId>org.springframework</groupId>
88-
<artifactId>spring-web-reactive</artifactId>
89-
<version>5.0.0.M4</version>
90-
</dependency>
91-
92-
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpasyncclient -->
93-
<dependency>
94-
<groupId>org.apache.httpcomponents</groupId>
95-
<artifactId>httpasyncclient</artifactId>
96-
<version>4.1.5</version>
97-
</dependency>
98-
99-
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
100-
<dependency>
101-
<groupId>org.apache.httpcomponents</groupId>
102-
<artifactId>httpclient</artifactId>
103-
<version>4.5.14</version>
74+
<version>${spring-webflux.version}</version>
10475
</dependency>
10576

10677

@@ -121,17 +92,6 @@
12192
<scope>import</scope>
12293
</dependency>
12394

124-
<dependency>
125-
<groupId>org.apache.httpcomponents.client5</groupId>
126-
<artifactId>httpclient5</artifactId>
127-
<version>5.1</version>
128-
</dependency>
129-
<dependency>
130-
<groupId>org.apache.httpcomponents.core5</groupId>
131-
<artifactId>httpcore5-reactive</artifactId>
132-
<version>5.1</version>
133-
</dependency>
134-
13595
<dependency>
13696
<groupId>org.yaml</groupId>
13797
<artifactId>snakeyaml</artifactId>

0 commit comments

Comments
 (0)