Revert "Upgrade to Eureka 2.0.1-SNAPSHOT for tests."

This reverts commit afaea29441.
This commit is contained in:
Olga MaciaszekSharma
2023-06-22 13:04:57 +02:00
parent afaea29441
commit 706d97f3a2
2 changed files with 1 additions and 11 deletions

View File

@@ -156,15 +156,6 @@
<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>

View File

@@ -14,8 +14,7 @@
<name>spring-cloud-netflix-dependencies</name>
<description>Spring Cloud Netflix Dependencies</description>
<properties>
<!-- TODO: move to TLS after testing-->
<eureka.version>2.0.1-SNAPSHOT</eureka.version>
<eureka.version>2.0.0</eureka.version>
</properties>
<dependencyManagement>
<dependencies>