Disable docs dependencies for 2024.0.0 release

This commit is contained in:
Ryan Baxter
2024-12-02 15:19:57 -05:00
committed by GitHub
parent 174c4af52e
commit 8a2d375370

View File

@@ -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-vault-config</artifactId>
@@ -42,7 +42,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>spring-cloud-vault-config-rabbitmq</artifactId>
</dependency>
</dependencies>
</dependencies> -->
<build>
<sourceDirectory>src/main/asciidoc</sourceDirectory>
<pluginManagement>