Update pom.xml

This commit is contained in:
Oleg Zhurakousky
2024-11-26 17:15:41 +01:00
committed by GitHub
parent c53e10d0d3
commit 8fabb08904

View File

@@ -21,6 +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>
<dependency>
<groupId>${project.groupId}</groupId>
@@ -35,6 +36,7 @@
<artifactId>spring-cloud-starter-kubernetes-fabric8-config</artifactId>
</dependency>
</dependencies>
-->
<build>
<sourceDirectory>src/main/asciidoc</sourceDirectory>
</build>