20
20
</plugins >
21
21
</build >
22
22
23
-
24
23
<dependencies >
25
24
<dependency >
26
25
<groupId >org.springframework</groupId >
27
26
<artifactId >spring-core</artifactId >
28
- <version >5.2.24 .RELEASE</version >
27
+ <version >5.1.8 .RELEASE</version >
29
28
</dependency >
30
29
<dependency >
31
30
<groupId >org.springframework</groupId >
32
31
<artifactId >spring-context</artifactId >
33
- <version >5.2.22 .RELEASE</version >
32
+ <version >5.1.8 .RELEASE</version >
34
33
</dependency >
35
34
<dependency >
36
35
<groupId >org.projectlombok</groupId >
37
36
<artifactId >lombok</artifactId >
38
- <version >LATEST</version >
37
+ <version >1.18.8</version >
38
+ <scope >provided</scope >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >org.springframework</groupId >
42
42
<artifactId >spring-test</artifactId >
43
- <version >LATEST</version >
43
+ <version >5.1.8.RELEASE</version >
44
+ <scope >test</scope >
44
45
</dependency >
45
46
<dependency >
46
47
<groupId >org.springframework</groupId >
47
48
<artifactId >spring-web</artifactId >
48
- <version >6.0.0 </version >
49
+ <version >5.1.8.RELEASE </version >
49
50
</dependency >
50
51
<dependency >
51
52
<groupId >org.aspectj</groupId >
52
53
<artifactId >aspectjrt</artifactId >
53
- <version >LATEST </version >
54
+ <version >1.9.4 </version >
54
55
</dependency >
55
56
<dependency >
56
57
<groupId >org.aspectj</groupId >
57
58
<artifactId >aspectjweaver</artifactId >
58
- <version >LATEST </version >
59
+ <version >1.9.4 </version >
59
60
</dependency >
60
-
61
61
<dependency >
62
62
<groupId >mysql</groupId >
63
63
<artifactId >mysql-connector-java</artifactId >
66
66
<dependency >
67
67
<groupId >org.springframework</groupId >
68
68
<artifactId >spring-jdbc</artifactId >
69
- <version >LATEST </version >
69
+ <version >5.1.8.RELEASE </version >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >com.h2database</groupId >
73
73
<artifactId >h2</artifactId >
74
- <version >2.1.210 </version >
74
+ <version >1.4.199 </version >
75
75
</dependency >
76
76
<dependency >
77
77
<groupId >org.springframework</groupId >
78
78
<artifactId >spring-orm</artifactId >
79
- <version >LATEST </version >
79
+ <version >5.1.8.RELEASE </version >
80
80
</dependency >
81
81
<dependency >
82
82
<groupId >javax.persistence</groupId >
83
83
<artifactId >javax.persistence-api</artifactId >
84
- <version >LATEST </version >
84
+ <version >2.2 </version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >org.hibernate</groupId >
88
88
<artifactId >hibernate-entitymanager</artifactId >
89
- <version >LATEST </version >
89
+ <version >5.4.3.Final </version >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >org.springframework.data</groupId >
93
93
<artifactId >spring-data-jpa</artifactId >
94
- <version >1.11.23 .RELEASE</version >
94
+ <version >2.1.8 .RELEASE</version >
95
95
</dependency >
96
- <dependency >
97
- <groupId >org.springframework</groupId >
98
- <artifactId >spring-web</artifactId >
99
- <version >6.0.0</version >
100
- </dependency >
101
- <!-- Normally spring-webmvc contains many of the dependency declared above, like spring-web, spring-beans......
102
- For learning purpose, we write every dependency needed in our project.
103
- -->
104
96
<dependency >
105
97
<groupId >org.springframework</groupId >
106
98
<artifactId >spring-webmvc</artifactId >
107
- <version >5.2.20 .RELEASE</version >
99
+ <version >5.1.8 .RELEASE</version >
108
100
</dependency >
109
-
110
101
<dependency >
111
102
<groupId >javax.servlet</groupId >
112
- <artifactId >servlet-api</artifactId >
113
- <version >LATEST</version >
103
+ <artifactId >javax.servlet-api</artifactId >
104
+ <version >4.0.1</version >
105
+ <scope >provided</scope >
114
106
</dependency >
115
-
116
-
117
107
<dependency >
118
108
<groupId >org.springframework.boot</groupId >
119
109
<artifactId >spring-boot</artifactId >
120
- <version >2.7.18 </version >
110
+ <version >2.1.6.RELEASE </version >
121
111
</dependency >
122
-
123
112
<dependency >
124
113
<groupId >org.springframework.boot</groupId >
125
114
<artifactId >spring-boot-starter-web</artifactId >
126
- <version >2.5.12 </version >
115
+ <version >2.1.6.RELEASE </version >
127
116
</dependency >
128
-
129
-
130
117
<dependency >
131
118
<groupId >org.springframework.security</groupId >
132
119
<artifactId >spring-security-core</artifactId >
133
- <version >4.2.17 .RELEASE</version >
120
+ <version >5.1.6 .RELEASE</version >
134
121
</dependency >
135
-
136
122
<dependency >
137
123
<groupId >org.springframework.security</groupId >
138
124
<artifactId >spring-security-web</artifactId >
139
- <version >5.2.10 .RELEASE</version >
125
+ <version >5.1.6 .RELEASE</version >
140
126
</dependency >
141
127
</dependencies >
142
-
143
- </project >
128
+ </project >
0 commit comments