Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nhmarujo committed Jun 12, 2023
1 parent 1080e5b commit f5e34e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -16,7 +16,17 @@
<properties>
<java.version>17</java.version>
<spring-cloud.version>2022.0.3</spring-cloud.version>
<spring-framework.version>6.0.10-SNAPSHOT</spring-framework.version>
</properties>

<repositories>
<repository>
<id>repository.spring.snapshot</id>
<name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/snapshot</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit f5e34e7

Please sign in to comment.