Skip to content

Commit

Permalink
Disable docs dependencies for 2024.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter authored Dec 2, 2024
1 parent 8e04fc5 commit 2e8c116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- Don't upload docs jar to central / repo.spring.io -->
<maven-deploy-plugin-default.phase>none</maven-deploy-plugin-default.phase>
</properties>
<dependencies>
<!-- <dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
Expand All @@ -30,7 +30,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
</dependency>
</dependencies>
</dependencies> -->
<build>
<sourceDirectory>src/main/asciidoc</sourceDirectory>
</build>
Expand Down

0 comments on commit 2e8c116

Please sign in to comment.