We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53e10d commit 8fabb08Copy full SHA for 8fabb08
docs/pom.xml
@@ -21,6 +21,7 @@
21
<!-- Don't upload docs jar to central / repo.spring.io -->
22
<maven-deploy-plugin-default.phase>none</maven-deploy-plugin-default.phase>
23
</properties>
24
+ <!--
25
<dependencies>
26
<dependency>
27
<groupId>${project.groupId}</groupId>
@@ -35,6 +36,7 @@
35
36
<artifactId>spring-cloud-starter-kubernetes-fabric8-config</artifactId>
37
</dependency>
38
</dependencies>
39
+ -->
40
<build>
41
<sourceDirectory>src/main/asciidoc</sourceDirectory>
42
</build>
0 commit comments