File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <dependency >
1111 <groupId >org.eclipse.jetty</groupId >
1212 <artifactId >jetty-servlet</artifactId >
13- <version >7.6.0.v20120127 </version >
13+ <version >9.2.10.v20150310 </version >
1414 </dependency >
1515 <dependency >
1616 <groupId >javax.servlet</groupId >
17- <artifactId >servlet-api</artifactId >
18- <version >2.5 </version >
17+ <artifactId >javax. servlet-api</artifactId >
18+ <version >3.1.0 </version >
1919 </dependency >
2020 <dependency >
21- <groupId >postgresql</groupId >
21+ <groupId >org. postgresql</groupId >
2222 <artifactId >postgresql</artifactId >
23- <version >9.0-801. jdbc4</version >
23+ <version >9.4-1201- jdbc4</version >
2424 </dependency >
2525 </dependencies >
2626 <build >
2727 <plugins >
28- <plugin >
29- <artifactId >maven-compiler-plugin</artifactId >
30- <version >2.3.2</version >
31- </plugin >
3228 <plugin >
3329 <groupId >org.apache.maven.plugins</groupId >
3430 <artifactId >maven-dependency-plugin</artifactId >
Original file line number Diff line number Diff line change 1- java.runtime.version =1.7
1+ java.runtime.version =1.8
22
You can’t perform that action at this time.
0 commit comments