File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
cloudbank-v2/spring-apps-spring3 Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.boot</groupId >
10
10
<artifactId >spring-boot-starter-parent</artifactId >
11
- <version >3.1.4 </version >
11
+ <version >3.1.2 </version > <!-- Do NOT upgrade to 3.1.4, breaks native compilation -- >
12
12
<relativePath /> <!-- lookup parent from repository -->
13
13
</parent >
14
14
52
52
<groupId >org.springframework.cloud</groupId >
53
53
<artifactId >spring-cloud-starter-netflix-eureka-client</artifactId >
54
54
</dependency >
55
- <dependency >
56
- <groupId >org.springframework.boot</groupId >
57
- <artifactId >spring-boot-starter-log4j2</artifactId >
58
- </dependency >
59
55
60
56
<dependency >
61
57
<groupId >org.projectlombok</groupId >
62
58
<artifactId >lombok</artifactId >
63
59
</dependency >
60
+ <!--
64
61
<dependency>
65
62
<groupId>org.springframework.cloud</groupId>
66
63
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
71
68
<artifactId>spring-cloud-starter-sleuth</artifactId>
72
69
<version>3.1.9</version>
73
70
</dependency>
74
-
71
+ -->
75
72
<dependency >
76
73
<groupId >org.springframework.boot</groupId >
77
74
<artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments