Skip to content

Commit

Permalink
Upgrade to Eureka 2.0.1-SNAPSHOT for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Jun 21, 2023
1 parent 0a07ca1 commit c1886f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@
<profile>
<id>spring</id>
<repositories>
<!-- TODO: remove after tests-->
<repository>
<id>netflix-snapshots</id>
<name>Netflix Snapshots</name>
<url>https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
Expand Down
3 changes: 2 additions & 1 deletion spring-cloud-netflix-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<name>spring-cloud-netflix-dependencies</name>
<description>Spring Cloud Netflix Dependencies</description>
<properties>
<eureka.version>2.0.0</eureka.version>
<!-- TODO: move to TLS after testing-->
<eureka.version>2.0.1-SNAPSHOT</eureka.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit c1886f3

Please sign in to comment.