Disable docs dependencies for 2024.0.0 release

This commit is contained in:
Ryan Baxter
2024-12-02 15:15:41 -05:00
committed by GitHub
parent a5c7bd9e6f
commit 5d5ec1cb2f

View File

@@ -23,7 +23,7 @@
<build>
<sourceDirectory>src/main/asciidoc</sourceDirectory>
</build>
<dependencies>
<!-- <dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
@@ -32,7 +32,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>spring-cloud-starter-bus-kafka</artifactId>
</dependency>
</dependencies>
</dependencies> -->
<profiles>
<profile>
<id>docs</id>