Skip to content

Commit 6ca5aa8

Browse files
committed
undo antora upgrade and exclude logback from doc build
1 parent c2d8fe3 commit 6ca5aa8

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"antora": "3.2.0-alpha.12",
3+
"antora": "3.2.0-alpha.11",
44
"@antora/atlas-extension": "1.0.0-alpha.5",
55
"@antora/collector-extension": "1.0.3",
66
"@asciidoctor/tabs": "1.0.0-beta.6",

docs/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@
9696
<artifactId>micrometer-docs-generator</artifactId>
9797
<version>${micrometer-docs-generator.version}</version>
9898
<type>jar</type>
99+
<exclusions>
100+
<exclusion>
101+
<groupId>ch.qos.logback</groupId>
102+
<artifactId>logback-classic</artifactId>
103+
</exclusion>
104+
<exclusion>
105+
<groupId>ch.qos.logback</groupId>
106+
<artifactId>logback-core</artifactId>
107+
</exclusion>
108+
</exclusions>
99109
</dependency>
100110
</dependencies>
101111
</plugin>

0 commit comments

Comments
 (0)