Skip to content

Commit fd5aa62

Browse files
committed
GH-1459 - Remove unnecessary dependency.
After spring-projects/spring-boot#47788 was fixed.
1 parent 88f2a01 commit fd5aa62

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-modulith-runtime/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@
6161
<artifactId>spring-boot-flyway</artifactId>
6262
<optional>true</optional>
6363
</dependency>
64-
65-
<!-- Remove once https://github.com/spring-projects/spring-boot/issues/47788 is fixed -->
66-
<dependency>
67-
<groupId>org.springframework.boot</groupId>
68-
<artifactId>spring-boot-jackson2</artifactId>
69-
<optional>true</optional>
70-
</dependency>
7164

7265
<dependency>
7366
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)