File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15+ <org .springframework.version>3.1.0.RELEASE</org .springframework.version>
1516 </properties >
1617
1718 <dependencies >
1819 <dependency >
1920 <groupId >org.springframework</groupId >
2021 <artifactId >spring-core</artifactId >
21- <version >3.2.3.RELEASE </version >
22+ <version >${org.springframework.version} </version >
2223 </dependency >
2324 <dependency >
2425 <groupId >org.springframework</groupId >
2526 <artifactId >spring-beans</artifactId >
26- <version >3.2.3.RELEASE </version >
27+ <version >${org.springframework.version} </version >
2728 </dependency >
2829 <dependency >
2930 <groupId >org.springframework</groupId >
3031 <artifactId >spring-context</artifactId >
31- <version >3.2.3.RELEASE</version >
32- </dependency >
32+ <version >${org.springframework.version} </version >
33+ </dependency >
34+ <dependency >
35+ <groupId >cglib</groupId >
36+ <artifactId >cglib</artifactId >
37+ <version >2.2.2</version >
38+ </dependency >
3339 </dependencies >
3440</project >
You can’t perform that action at this time.
0 commit comments