Skip to content

Commit 07f7843

Browse files
committed
GH-1024 - Remove Spring Cloud AWS version property.
1 parent dc1b9e7 commit 07f7843

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: pom.xml

-8
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4646
<spring-boot.version>3.5.0-M2</spring-boot.version>
4747
<spring-framework.version>6.2.3</spring-framework.version> <!-- For Javadoc links only -->
48-
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
4948
<testcontainers.version>1.17.6</testcontainers.version>
5049
<structurizr.version>3.1.0</structurizr.version>
5150
<micrometer-tracing.version>1.5.0-M2</micrometer-tracing.version>
@@ -120,13 +119,6 @@ limitations under the License.
120119
<type>pom</type>
121120
<scope>import</scope>
122121
</dependency>
123-
<dependency>
124-
<groupId>io.awspring.cloud</groupId>
125-
<artifactId>spring-cloud-aws-dependencies</artifactId>
126-
<version>${spring-cloud-aws-bom.version}</version>
127-
<type>pom</type>
128-
<scope>import</scope>
129-
</dependency>
130122
</dependencies>
131123
</dependencyManagement>
132124

0 commit comments

Comments
 (0)