File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.keybox</groupId >
66 <artifactId >keybox</artifactId >
7- <version >2.85.04-SNAPSHOT </version >
7+ <version >2.86.00 </version >
88 <packaging >war</packaging >
99 <name >KeyBox</name >
1010 <properties >
1414 <dependency >
1515 <groupId >org.apache.struts</groupId >
1616 <artifactId >struts2-core</artifactId >
17- <version >2.5</version >
17+ <version >2.5.2 </version >
1818 </dependency >
1919 <dependency >
2020 <groupId >org.apache.struts</groupId >
2121 <artifactId >struts2-convention-plugin</artifactId >
22- <version >2.5</version >
22+ <version >2.5.2 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >com.h2database</groupId >
3434 <dependency >
3535 <groupId >com.google.code.gson</groupId >
3636 <artifactId >gson</artifactId >
37- <version >2.6.2 </version >
37+ <version >2.7 </version >
3838 </dependency >
3939 <dependency >
4040 <groupId >commons-fileupload</groupId >
8181 <scope >provided</scope >
8282 </dependency >
8383 </dependencies >
84- <build >
85- <resources >
84+ <build > <resources >
8685 <resource >
8786 <directory >src/main/resources</directory >
8887 <includes >
112111 <plugin >
113112 <groupId >org.eclipse.jetty</groupId >
114113 <artifactId >jetty-maven-plugin</artifactId >
115- <version >9.3.9.v20160517 </version >
114+ <version >9.3.10.v20160621 </version >
116115 <configuration >
117116 <jettyXml >${basedir} /src/test/resources/jetty.xml,${basedir} /src/test/resources/jetty-ssl.xml,${basedir} /src/test/resources/jetty-https.xml</jettyXml >
118117 <scanIntervalSeconds >-1</scanIntervalSeconds >
You can’t perform that action at this time.
0 commit comments