File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 47
47
<java .version>1.7</java .version>
48
48
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49
49
<compiler .encoding>UTF-8</compiler .encoding>
50
+ <spring .version>4.3.11.RELEASE</spring .version>
50
51
</properties >
51
52
52
53
<dependencies >
108
109
<dependency >
109
110
<groupId >org.springframework</groupId >
110
111
<artifactId >spring-core</artifactId >
111
- <version >4.3.5.RELEASE </version >
112
+ <version >${spring.version} </version >
112
113
<scope >compile</scope >
113
114
<optional >true</optional >
114
115
</dependency >
115
116
<dependency >
116
117
<groupId >org.springframework</groupId >
117
118
<artifactId >spring-context</artifactId >
118
- <version >4.3.5.RELEASE </version >
119
+ <version >${spring.version} </version >
119
120
<scope >compile</scope >
120
121
<optional >true</optional >
121
122
</dependency >
122
123
<dependency >
123
124
<groupId >org.springframework</groupId >
124
125
<artifactId >spring-beans</artifactId >
125
- <version >4.3.5.RELEASE </version >
126
+ <version >${spring.version} </version >
126
127
<scope >compile</scope >
127
128
<optional >true</optional >
128
129
</dependency >
You can’t perform that action at this time.
0 commit comments