File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 136
136
<dependency >
137
137
<groupId >org.springframework</groupId >
138
138
<artifactId >spring-core</artifactId >
139
- <version >3.0.5.RELEASE </version >
139
+ <version >${spring.version} </version >
140
140
</dependency >
141
141
<dependency >
142
142
<groupId >org.springframework</groupId >
143
143
<artifactId >spring-beans</artifactId >
144
- <version >3.0.5.RELEASE </version >
144
+ <version >${spring.version} </version >
145
145
</dependency >
146
146
<dependency >
147
147
<groupId >org.springframework</groupId >
148
148
<artifactId >spring-context</artifactId >
149
- <version >3.0.5.RELEASE</version >
150
- </dependency >
151
- <dependency >
152
- <groupId >org.springframework</groupId >
153
- <artifactId >spring-asm</artifactId >
154
- <version >3.0.5.RELEASE</version >
149
+ <version >${spring.version} </version >
155
150
</dependency >
156
151
<dependency >
157
152
<groupId >org.springframework</groupId >
158
153
<artifactId >spring-expression</artifactId >
159
- <version >3.0.5.RELEASE </version >
154
+ <version >${spring.version} </version >
160
155
</dependency >
161
156
162
157
<dependency >
253
248
</build >
254
249
<properties >
255
250
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
251
+ <spring .version>5.3.3</spring .version>
256
252
</properties >
257
253
</project >
You can’t perform that action at this time.
0 commit comments