Skip to content

Commit 733a32d

Browse files
committed
2022.6.1-Client(remove Tomcat)
1 parent 4b5b645 commit 733a32d

File tree

20 files changed

+64
-95
lines changed

20 files changed

+64
-95
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
100 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
68 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.

README-en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ configuration files will be added later(Yaml was supported at latest commit)
6767

6868
# Dependency:
6969

70-
`Gson-2.9.0` `jackson-dataformat-xml-2.13.3` `tomcat-embed-core-9.0.26` `tomcat-embed-jasper:9.0.26`(You needn't add dependency if you don't use these function.)
70+
`Gson-2.9.0` `jackson-dataformat-xml-2.13.3` `snakeyaml-1.30`(You needn't add dependency if you don't use these
71+
function.)
7172

7273
# Author:
7374

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ _如果你愿意,欢迎Fork这个仓库为Optilog做出贡献,本项目的
5757

5858
# Dependency:
5959

60-
`Gson-2.9.0` `jackson-dataformat-xml-2.13.3` `tomcat-embed-core-9.0.26` `tomcat-embed-jasper-9.0.26` `snakeyaml-1.3.0`(
61-
Tomcat依赖如果你不用的话可以没有,如果你只用properties作为配置文件的话Gson,Jackson,snakeyaml也可以不加)
60+
`Gson-2.9.0` `jackson-dataformat-xml-2.13.3` `org.yaml-1.30`(如果你只用properties作为配置文件的话Gson,Jackson,snakeyaml也可以不加)
6261

6362
# Author:
6463

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ dependencies {
1515
implementation 'com.google.code.gson:gson:2.9.0'
1616
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.3'
1717
implementation 'org.yaml:snakeyaml:1.30'
18-
19-
implementation 'org.apache.tomcat.embed:tomcat-embed-core:9.0.26'
20-
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper:9.0.26'
2118
}
2219

2320
test {

0 commit comments

Comments
 (0)