File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010 <dependencies >
1111
12- <!-- Spring -->
13- <dependency >
14- <groupId >org.springframework</groupId >
15- <artifactId >spring-web</artifactId >
16- <version >${org.springframework.version} </version >
17- <exclusions >
18- <exclusion >
19- <artifactId >commons-logging</artifactId >
20- <groupId >commons-logging</groupId >
21- </exclusion >
22- </exclusions >
23- </dependency >
24- <dependency >
25- <groupId >org.springframework</groupId >
26- <artifactId >spring-webmvc</artifactId >
27- <version >${org.springframework.version} </version >
28- </dependency >
29- <dependency >
30- <groupId >org.springframework</groupId >
31- <artifactId >spring-oxm</artifactId >
32- <version >${org.springframework.version} </version >
33- </dependency >
34- <dependency >
35- <groupId >org.springframework.boot</groupId >
36- <artifactId >spring-boot-starter-web</artifactId >
37- <version >1.1.9.RELEASE</version >
38- </dependency >
3912 <!-- utils -->
4013
4114 <dependency >
You can’t perform that action at this time.
0 commit comments