Skip to content

Commit af0b401

Browse files
authored
Disable docs dependencies for 2024.0.0 release
1 parent ad7c960 commit af0b401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- Don't upload docs jar to central / repo.spring.io -->
2222
<maven-deploy-plugin-default.phase>none</maven-deploy-plugin-default.phase>
2323
</properties>
24-
<dependencies>
24+
<!-- <dependencies>
2525
<dependency>
2626
<groupId>${project.groupId}</groupId>
2727
<artifactId>spring-cloud-starter-kubernetes-fabric8</artifactId>
@@ -34,7 +34,7 @@
3434
<groupId>${project.groupId}</groupId>
3535
<artifactId>spring-cloud-starter-kubernetes-fabric8-config</artifactId>
3636
</dependency>
37-
</dependencies>
37+
</dependencies> -->
3838
<build>
3939
<sourceDirectory>src/main/asciidoc</sourceDirectory>
4040
</build>

0 commit comments

Comments
 (0)