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 a5c7bd9 commit 5d5ec1c
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 @@ -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>
Expand All @@ -32,7 +32,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>spring-cloud-starter-bus-kafka</artifactId>
</dependency>
</dependencies>
</dependencies> -->
<profiles>
<profile>
<id>docs</id>
Expand Down

0 comments on commit 5d5ec1c

Please sign in to comment.