Removing explicit dependency on spring-framework

This commit is contained in:
Ryan Baxter
2025-02-26 08:37:01 -06:00
parent 794cdc04da
commit 55f1f49f2d

View File

@@ -114,13 +114,6 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.2.4-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>