Skip to content

Commit 987748f

Browse files
author
litongjava
committed
add logback
1 parent 37152f1 commit 987748f

File tree

1 file changed

+8
-4
lines changed
  • frameworks/Java/tio-http-server

1 file changed

+8
-4
lines changed

frameworks/Java/tio-http-server/pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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>
@@ -20,7 +18,7 @@
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>
@@ -62,6 +60,12 @@
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>

0 commit comments

Comments
 (0)