Skip to content

Commit 05d0f0b

Browse files
perwramdemarkiluwatar
authored andcommitted
iluwatar#834 Fix dependency management issue for POM files (iluwatar#940)
1 parent 823c58b commit 05d0f0b

File tree

7 files changed

+1
-66
lines changed

7 files changed

+1
-66
lines changed

aggregator-microservices/aggregator-service/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,8 @@
3232
<version>1.22.0-SNAPSHOT</version>
3333
</parent>
3434
<modelVersion>4.0.0</modelVersion>
35-
3635
<artifactId>aggregator-service</artifactId>
3736
<packaging>jar</packaging>
38-
39-
<dependencyManagement>
40-
<dependencies>
41-
<dependency>
42-
<groupId>org.springframework.boot</groupId>
43-
<artifactId>spring-boot-dependencies</artifactId>
44-
</dependency>
45-
</dependencies>
46-
</dependencyManagement>
4737
<dependencies>
4838
<dependency>
4939
<groupId>org.springframework</groupId>
@@ -74,7 +64,6 @@
7464
<plugin>
7565
<groupId>org.springframework.boot</groupId>
7666
<artifactId>spring-boot-maven-plugin</artifactId>
77-
<version>${spring-boot.version}</version>
7867
<executions>
7968
<execution>
8069
<goals>

aggregator-microservices/information-microservice/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@
3636
<artifactId>information-microservice</artifactId>
3737
<packaging>jar</packaging>
3838

39-
<dependencyManagement>
40-
<dependencies>
41-
<dependency>
42-
<groupId>org.springframework.boot</groupId>
43-
<artifactId>spring-boot-dependencies</artifactId>
44-
</dependency>
45-
</dependencies>
46-
</dependencyManagement>
4739
<dependencies>
4840
<dependency>
4941
<groupId>org.springframework</groupId>
@@ -65,7 +57,6 @@
6557
<plugin>
6658
<groupId>org.springframework.boot</groupId>
6759
<artifactId>spring-boot-maven-plugin</artifactId>
68-
<version>${spring-boot.version}</version>
6960
<executions>
7061
<execution>
7162
<goals>

aggregator-microservices/inventory-microservice/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,9 @@
3232
<version>1.22.0-SNAPSHOT</version>
3333
</parent>
3434
<modelVersion>4.0.0</modelVersion>
35-
3635
<artifactId>inventory-microservice</artifactId>
37-
<packaging>jar</packaging>
3836

39-
<dependencyManagement>
40-
<dependencies>
41-
<dependency>
42-
<groupId>org.springframework.boot</groupId>
43-
<artifactId>spring-boot-dependencies</artifactId>
44-
</dependency>
45-
</dependencies>
46-
</dependencyManagement>
37+
<packaging>jar</packaging>
4738
<dependencies>
4839
<dependency>
4940
<groupId>org.springframework</groupId>
@@ -65,7 +56,6 @@
6556
<plugin>
6657
<groupId>org.springframework.boot</groupId>
6758
<artifactId>spring-boot-maven-plugin</artifactId>
68-
<version>${spring-boot.version}</version>
6959
<executions>
7060
<execution>
7161
<goals>

api-gateway/api-gateway-service/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@
3434
<modelVersion>4.0.0</modelVersion>
3535
<artifactId>api-gateway-service</artifactId>
3636
<packaging>jar</packaging>
37-
38-
<dependencyManagement>
39-
<dependencies>
40-
<dependency>
41-
<groupId>org.springframework.boot</groupId>
42-
<artifactId>spring-boot-dependencies</artifactId>
43-
</dependency>
44-
</dependencies>
45-
</dependencyManagement>
4637
<dependencies>
4738
<dependency>
4839
<groupId>org.springframework</groupId>
@@ -73,7 +64,6 @@
7364
<plugin>
7465
<groupId>org.springframework.boot</groupId>
7566
<artifactId>spring-boot-maven-plugin</artifactId>
76-
<version>${spring-boot.version}</version>
7767
<executions>
7868
<execution>
7969
<goals>

api-gateway/image-microservice/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,9 @@
3131
<groupId>com.iluwatar</groupId>
3232
<version>1.22.0-SNAPSHOT</version>
3333
</parent>
34-
3534
<modelVersion>4.0.0</modelVersion>
3635
<artifactId>image-microservice</artifactId>
3736
<packaging>jar</packaging>
38-
39-
<dependencyManagement>
40-
<dependencies>
41-
<dependency>
42-
<groupId>org.springframework.boot</groupId>
43-
<artifactId>spring-boot-dependencies</artifactId>
44-
</dependency>
45-
</dependencies>
46-
</dependencyManagement>
4737
<dependencies>
4838
<dependency>
4939
<groupId>org.springframework</groupId>
@@ -65,7 +55,6 @@
6555
<plugin>
6656
<groupId>org.springframework.boot</groupId>
6757
<artifactId>spring-boot-maven-plugin</artifactId>
68-
<version>${spring-boot.version}</version>
6958
<executions>
7059
<execution>
7160
<goals>

api-gateway/price-microservice/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@
3636
<artifactId>price-microservice</artifactId>
3737
<packaging>jar</packaging>
3838

39-
<dependencyManagement>
40-
<dependencies>
41-
<dependency>
42-
<groupId>org.springframework.boot</groupId>
43-
<artifactId>spring-boot-dependencies</artifactId>
44-
</dependency>
45-
</dependencies>
46-
</dependencyManagement>
4739
<dependencies>
4840
<dependency>
4941
<groupId>org.springframework</groupId>
@@ -65,7 +57,6 @@
6557
<plugin>
6658
<groupId>org.springframework.boot</groupId>
6759
<artifactId>spring-boot-maven-plugin</artifactId>
68-
<version>${spring-boot.version}</version>
6960
<executions>
7061
<execution>
7162
<goals>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@
211211
<artifactId>spring-webmvc</artifactId>
212212
<version>${spring.version}</version>
213213
</dependency>
214-
<dependency>
215-
<groupId>org.springframework.boot</groupId>
216-
<artifactId>spring-boot-starter-web</artifactId>
217-
<version>${spring-boot.version}</version>
218-
</dependency>
219214
<dependency>
220215
<groupId>org.apache.httpcomponents</groupId>
221216
<artifactId>httpclient</artifactId>

0 commit comments

Comments
 (0)