File tree Expand file tree Collapse file tree 7 files changed +1
-66
lines changed
Expand file tree Collapse file tree 7 files changed +1
-66
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments