File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.keybox</groupId >
6
6
<artifactId >keybox</artifactId >
7
- <version >2.88.02-SNAPSHOT </version >
7
+ <version >2.88.02</version >
8
8
<packaging >war</packaging >
9
9
<name >KeyBox</name >
10
10
<properties >
14
14
<dependency >
15
15
<groupId >org.apache.struts</groupId >
16
16
<artifactId >struts2-core</artifactId >
17
- <version >2.5.8 </version >
17
+ <version >2.5.10.1 </version >
18
18
</dependency >
19
19
<dependency >
20
20
<groupId >org.apache.struts</groupId >
21
21
<artifactId >struts2-convention-plugin</artifactId >
22
- <version >2.5.8 </version >
22
+ <version >2.5.10.1 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >com.h2database</groupId >
26
26
<artifactId >h2</artifactId >
27
- <version >1.4.193 </version >
27
+ <version >1.4.194 </version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >com.jcraft</groupId >
127
127
<plugin >
128
128
<groupId >org.eclipse.jetty</groupId >
129
129
<artifactId >jetty-maven-plugin</artifactId >
130
- <version >9.4.0.v20161208 </version >
130
+ <version >9.4.2.v20170220 </version >
131
131
<configuration >
132
132
<jettyXml >${basedir} /src/test/resources/jetty.xml,${basedir} /src/test/resources/jetty-ssl.xml,${basedir} /src/test/resources/jetty-https.xml</jettyXml >
133
133
<scanIntervalSeconds >-1</scanIntervalSeconds >
You can’t perform that action at this time.
0 commit comments