Skip to content

Commit

Permalink
fix: not need to override Spring Cloud version
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Dec 18, 2024
1 parent 4e4b1dd commit 75fc185
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions samples/springboot3/pet-store-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<description>Sample of AWS with Spring Native</description>
<properties>
<java.version>17</java.version>
<spring-cloud.version>2023.0.2</spring-cloud.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -52,18 +51,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring-cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>


<profiles>
<profile>
<id>native</id>
Expand Down

0 comments on commit 75fc185

Please sign in to comment.