File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
+ <org .springframework.version>3.1.0.RELEASE</org .springframework.version>
15
16
</properties >
16
17
17
18
<dependencies >
18
19
<dependency >
19
20
<groupId >org.springframework</groupId >
20
21
<artifactId >spring-core</artifactId >
21
- <version >3.2.3.RELEASE </version >
22
+ <version >${org.springframework.version} </version >
22
23
</dependency >
23
24
<dependency >
24
25
<groupId >org.springframework</groupId >
25
26
<artifactId >spring-beans</artifactId >
26
- <version >3.2.3.RELEASE </version >
27
+ <version >${org.springframework.version} </version >
27
28
</dependency >
28
29
<dependency >
29
30
<groupId >org.springframework</groupId >
30
31
<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 >
33
39
</dependencies >
34
40
</project >
You can’t perform that action at this time.
0 commit comments