File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
frameworks/Java/tio-http-server Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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" >
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" >
24 <modelVersion >4.0.0</modelVersion >
35 <groupId >com.litongjava</groupId >
46 <artifactId >tio-http-server-benchmark</artifactId >
1719 <groupId >com.litongjava</groupId >
1820 <artifactId >tio-http-server</artifactId >
1921 <version >3.7.3.v20250301-RELEASE</version >
22+ </dependency >
23+ <dependency >
24+ <groupId >com.litongjava</groupId >
25+ <artifactId >tio-core</artifactId >
26+ <version >3.7.3.v20250305-RELEASE</version >
2027 </dependency >
2128 <dependency >
2229 <groupId >com.litongjava</groupId >
2330 <artifactId >java-db</artifactId >
24- <version >1.4.9 </version >
31+ <version >1.5.0 </version >
2532 </dependency >
2633 <dependency >
2734 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments