Skip to content

Commit fcfd298

Browse files
authored
Bug fixes (#752)
1 parent 4feed59 commit fcfd298

File tree

1 file changed

+3
-6
lines changed
  • cloudbank-v2/spring-apps-spring3

1 file changed

+3
-6
lines changed

cloudbank-v2/spring-apps-spring3/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

@@ -52,15 +52,12 @@
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>
@@ -71,7 +68,7 @@
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>

0 commit comments

Comments
 (0)