Commit 4860c78c authored by D's avatar D Committed by GitHub

Merge pull request #12175 from b3log/1.7.0-dev

改进 - 引入内嵌 Jetty
parents d171393a bcbb4083
......@@ -211,6 +211,12 @@
<version>${commons-cli.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment