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" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<groupId >com.litongjava</groupId >
4
6
<artifactId >tio-http-server-benchmark</artifactId >
17
19
<groupId >com.litongjava</groupId >
18
20
<artifactId >tio-http-server</artifactId >
19
21
<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 >
20
27
</dependency >
21
28
<dependency >
22
29
<groupId >com.litongjava</groupId >
23
30
<artifactId >java-db</artifactId >
24
- <version >1.4.9 </version >
31
+ <version >1.5.0 </version >
25
32
</dependency >
26
33
<dependency >
27
34
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments