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 c2d8fe3 commit 6ca5aa8Copy full SHA for 6ca5aa8
2 files changed
docs/package.json
@@ -1,6 +1,6 @@
1
{
2
"dependencies": {
3
- "antora": "3.2.0-alpha.12",
+ "antora": "3.2.0-alpha.11",
4
"@antora/atlas-extension": "1.0.0-alpha.5",
5
"@antora/collector-extension": "1.0.3",
6
"@asciidoctor/tabs": "1.0.0-beta.6",
docs/pom.xml
@@ -96,6 +96,16 @@
96
<artifactId>micrometer-docs-generator</artifactId>
97
<version>${micrometer-docs-generator.version}</version>
98
<type>jar</type>
99
+ <exclusions>
100
+ <exclusion>
101
+ <groupId>ch.qos.logback</groupId>
102
+ <artifactId>logback-classic</artifactId>
103
+ </exclusion>
104
105
106
+ <artifactId>logback-core</artifactId>
107
108
+ </exclusions>
109
</dependency>
110
</dependencies>
111
</plugin>
0 commit comments