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 32
32
<version >1.22.0-SNAPSHOT</version >
33
33
</parent >
34
34
<modelVersion >4.0.0</modelVersion >
35
-
36
35
<artifactId >aggregator-service</artifactId >
37
36
<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 >
47
37
<dependencies >
48
38
<dependency >
49
39
<groupId >org.springframework</groupId >
74
64
<plugin >
75
65
<groupId >org.springframework.boot</groupId >
76
66
<artifactId >spring-boot-maven-plugin</artifactId >
77
- <version >${spring-boot.version} </version >
78
67
<executions >
79
68
<execution >
80
69
<goals >
Original file line number Diff line number Diff line change 36
36
<artifactId >information-microservice</artifactId >
37
37
<packaging >jar</packaging >
38
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 >
47
39
<dependencies >
48
40
<dependency >
49
41
<groupId >org.springframework</groupId >
65
57
<plugin >
66
58
<groupId >org.springframework.boot</groupId >
67
59
<artifactId >spring-boot-maven-plugin</artifactId >
68
- <version >${spring-boot.version} </version >
69
60
<executions >
70
61
<execution >
71
62
<goals >
Original file line number Diff line number Diff line change 32
32
<version >1.22.0-SNAPSHOT</version >
33
33
</parent >
34
34
<modelVersion >4.0.0</modelVersion >
35
-
36
35
<artifactId >inventory-microservice</artifactId >
37
- <packaging >jar</packaging >
38
36
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 >
47
38
<dependencies >
48
39
<dependency >
49
40
<groupId >org.springframework</groupId >
65
56
<plugin >
66
57
<groupId >org.springframework.boot</groupId >
67
58
<artifactId >spring-boot-maven-plugin</artifactId >
68
- <version >${spring-boot.version} </version >
69
59
<executions >
70
60
<execution >
71
61
<goals >
Original file line number Diff line number Diff line change 34
34
<modelVersion >4.0.0</modelVersion >
35
35
<artifactId >api-gateway-service</artifactId >
36
36
<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 >
46
37
<dependencies >
47
38
<dependency >
48
39
<groupId >org.springframework</groupId >
73
64
<plugin >
74
65
<groupId >org.springframework.boot</groupId >
75
66
<artifactId >spring-boot-maven-plugin</artifactId >
76
- <version >${spring-boot.version} </version >
77
67
<executions >
78
68
<execution >
79
69
<goals >
Original file line number Diff line number Diff line change 31
31
<groupId >com.iluwatar</groupId >
32
32
<version >1.22.0-SNAPSHOT</version >
33
33
</parent >
34
-
35
34
<modelVersion >4.0.0</modelVersion >
36
35
<artifactId >image-microservice</artifactId >
37
36
<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 >
47
37
<dependencies >
48
38
<dependency >
49
39
<groupId >org.springframework</groupId >
65
55
<plugin >
66
56
<groupId >org.springframework.boot</groupId >
67
57
<artifactId >spring-boot-maven-plugin</artifactId >
68
- <version >${spring-boot.version} </version >
69
58
<executions >
70
59
<execution >
71
60
<goals >
Original file line number Diff line number Diff line change 36
36
<artifactId >price-microservice</artifactId >
37
37
<packaging >jar</packaging >
38
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 >
47
39
<dependencies >
48
40
<dependency >
49
41
<groupId >org.springframework</groupId >
65
57
<plugin >
66
58
<groupId >org.springframework.boot</groupId >
67
59
<artifactId >spring-boot-maven-plugin</artifactId >
68
- <version >${spring-boot.version} </version >
69
60
<executions >
70
61
<execution >
71
62
<goals >
Original file line number Diff line number Diff line change 211
211
<artifactId >spring-webmvc</artifactId >
212
212
<version >${spring.version} </version >
213
213
</dependency >
214
- <dependency >
215
- <groupId >org.springframework.boot</groupId >
216
- <artifactId >spring-boot-starter-web</artifactId >
217
- <version >${spring-boot.version} </version >
218
- </dependency >
219
214
<dependency >
220
215
<groupId >org.apache.httpcomponents</groupId >
221
216
<artifactId >httpclient</artifactId >
You can’t perform that action at this time.
0 commit comments