File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
frameworks/Java/tio-http-server Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
42 <modelVersion >4.0.0</modelVersion >
53 <groupId >com.litongjava</groupId >
64 <artifactId >tio-http-server-benchmark</artifactId >
2018 <artifactId >tio-http-server</artifactId >
2119 <version >3.7.3.v20250401-RELEASE</version >
2220 </dependency >
23- <dependency >
21+ <dependency >
2422 <groupId >com.litongjava</groupId >
2523 <artifactId >tio-core</artifactId >
2624 <version >3.7.3.v20250305-RELEASE</version >
6260 <version >4.0.3</version >
6361 </dependency >
6462
63+ <dependency >
64+ <groupId >ch.qos.logback</groupId >
65+ <artifactId >logback-classic</artifactId >
66+ <version >1.2.13</version >
67+ </dependency >
68+
6569 </dependencies >
6670 <repositories >
6771 <repository >
You can’t perform that action at this time.
0 commit comments