Skip to content

Commit b6388a5

Browse files
committed
release 2.0.6
1 parent f0f762a commit b6388a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.github.shalousun'
22-
version '2.0.5'
22+
version '2.0.6'
2323

2424
sourceCompatibility = 1.8
2525

@@ -31,7 +31,7 @@ repositories {
3131

3232
dependencies {
3333
testCompile group: 'junit', name: 'junit', version: '4.13.1'
34-
compile 'com.github.shalousun:smart-doc:2.0.5'
34+
compile 'com.github.shalousun:smart-doc:2.0.6'
3535
}
3636
tasks.withType(JavaCompile) {
3737
options.encoding = "UTF-8"

src/main/java/com/smartdoc/gradle/chain/StartsWithFilterChain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public class StartsWithFilterChain implements FilterChain {
5050
PREFIX_SET.add("flexmark");
5151
PREFIX_SET.add("hibernate-core");
5252
PREFIX_SET.add("springdoc-openapi");
53+
PREFIX_SET.add("poi");
5354
}
5455

5556
@Override

0 commit comments

Comments
 (0)