mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
jetty版本号提出来配置
This commit is contained in:
parent
f73a3d85b5
commit
ab8850cd12
6
pom.xml
6
pom.xml
@ -52,6 +52,8 @@
|
||||
<jackson.version>2.7.5</jackson.version>
|
||||
<gson.version>2.7</gson.version>
|
||||
<commons-lang3.version>3.4</commons-lang3.version>
|
||||
<jetty.version>9.3.0.M0</jetty.version>
|
||||
<jetty-new.version>9.3.10.v20160621</jetty-new.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -137,13 +139,13 @@
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<version>9.3.0.M0</version>
|
||||
<version>${jetty.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlet</artifactId>
|
||||
<version>9.3.0.M0</version>
|
||||
<version>${jetty.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user