This repository was archived by the owner on Apr 14, 2023. It is now read-only.
File tree 4 files changed +12
-11
lines changed
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 10
10
<version >1.0-SNAPSHOT</version >
11
11
12
12
<properties >
13
- <resteasy .version>3.0.19.Final</resteasy .version>
14
- <jersey .version>2.25.1</jersey .version>
15
- <java .version>1.8</java .version>
16
- <springboot .version>1.5.1.RELEASE</springboot .version>
17
- <vertx .version>3.2.1</vertx .version>
18
- <undertow .version>1.3.5.Final</undertow .version>
13
+ <resteasy .version>3.5.0.Final</resteasy .version>
14
+ <jersey .version>2.26</jersey .version>
15
+ <springboot .version>2.0.0.RELEASE</springboot .version>
16
+ <vertx .version>3.5.1</vertx .version>
17
+ <undertow .version>2.0.1.Final</undertow .version>
19
18
<netty .version>4.1.22.Final</netty .version>
20
- <jetty .version>9.2.14.v20151106</jetty .version>
21
- <dropwizard .version>1.0.6</dropwizard .version>
19
+ <jetty .version>9.4.8.v20171121</jetty .version>
20
+ <dropwizard .version>1.2.4</dropwizard .version>
21
+ <async-http-servlet .version>3.0.19.Final</async-http-servlet .version>
22
22
23
+ <java .version>1.8</java .version>
23
24
<maven .compiler.source>1.8</maven .compiler.source>
24
25
<maven .compiler.target>1.8</maven .compiler.target>
25
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >org.jboss.resteasy</groupId >
27
27
<artifactId >async-http-servlet-3.0</artifactId >
28
- <version >${resteasy .version} </version >
28
+ <version >${async-http-servlet .version} </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >org.jboss.resteasy</groupId >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >org.jboss.resteasy</groupId >
28
28
<artifactId >async-http-servlet-3.0</artifactId >
29
- <version >${resteasy .version} </version >
29
+ <version >${async-http-servlet .version} </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >org.jboss.resteasy</groupId >
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >org.jboss.resteasy</groupId >
27
27
<artifactId >async-http-servlet-3.0</artifactId >
28
- <version >${resteasy .version} </version >
28
+ <version >${async-http-servlet .version} </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >io.undertow</groupId >
You can’t perform that action at this time.
0 commit comments