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 92c5946 commit 3487f61Copy full SHA for 3487f61
docs/pom.xml
@@ -25,6 +25,7 @@
25
<micrometer-docs-generator.inclusionPattern>.*</micrometer-docs-generator.inclusionPattern>
26
<micrometer-docs-generator.outputPath>${maven.multiModuleProjectDirectory}/docs/modules/ROOT/partials/</micrometer-docs-generator.outputPath>
27
</properties>
28
+ <!--
29
<dependencies>
30
<dependency>
31
<groupId>${project.groupId}</groupId>
@@ -35,6 +36,7 @@
35
36
<artifactId>spring-cloud-starter-gateway-mvc</artifactId>
37
</dependency>
38
</dependencies>
39
+ -->
40
<build>
41
<sourceDirectory>src/main/asciidoc</sourceDirectory>
42
</build>
0 commit comments