Skip to content

Commit d6d8fa7

Browse files
committed
Remove jackson-databind test dependency
Remove the com.fasterxml.jackson.core:jackson-databind dependency (scope=test) from microsphere-spring-boot-webflux/pom.xml. This cleans up an unnecessary direct test dependency that is likely provided transitively or no longer required.
1 parent 9c4b382 commit d6d8fa7

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • microsphere-spring-boot-webflux

microsphere-spring-boot-webflux/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@
7474
<scope>test</scope>
7575
</dependency>
7676

77-
<!-- Jackson -->
78-
<dependency>
79-
<groupId>com.fasterxml.jackson.core</groupId>
80-
<artifactId>jackson-databind</artifactId>
81-
<scope>test</scope>
82-
</dependency>
83-
8477
</dependencies>
8578

8679
</project>

0 commit comments

Comments
 (0)