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 88 <parent >
99 <groupId >org.springframework.boot</groupId >
1010 <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 -- >
1212 <relativePath /> <!-- lookup parent from repository -->
1313 </parent >
1414
5252 <groupId >org.springframework.cloud</groupId >
5353 <artifactId >spring-cloud-starter-netflix-eureka-client</artifactId >
5454 </dependency >
55- <dependency >
56- <groupId >org.springframework.boot</groupId >
57- <artifactId >spring-boot-starter-log4j2</artifactId >
58- </dependency >
5955
6056 <dependency >
6157 <groupId >org.projectlombok</groupId >
6258 <artifactId >lombok</artifactId >
6359 </dependency >
60+ <!--
6461 <dependency>
6562 <groupId>org.springframework.cloud</groupId>
6663 <artifactId>spring-cloud-sleuth-zipkin</artifactId>
7168 <artifactId>spring-cloud-starter-sleuth</artifactId>
7269 <version>3.1.9</version>
7370 </dependency>
74-
71+ -->
7572 <dependency >
7673 <groupId >org.springframework.boot</groupId >
7774 <artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments