File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 179
179
<artifactId >spring-boot</artifactId >
180
180
<version >${spring.boot.version} </version >
181
181
</dependency >
182
+ <dependency >
183
+ <groupId >org.springframework</groupId >
184
+ <artifactId >spring-core</artifactId >
185
+ <version >${spring.version} </version >
186
+ </dependency >
187
+ <dependency >
188
+ <groupId >org.springframework</groupId >
189
+ <artifactId >spring-context</artifactId >
190
+ <version >${spring.version} </version >
191
+ </dependency >
182
192
<dependency >
183
193
<groupId >org.springframework.boot</groupId >
184
194
<artifactId >spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 67
67
<artifactId >spring-test</artifactId >
68
68
<scope >test</scope >
69
69
</dependency >
70
+ <dependency >
71
+ <groupId >org.springframework</groupId >
72
+ <artifactId >spring-core</artifactId >
73
+ </dependency >
70
74
<dependency >
71
75
<groupId >org.wiremock</groupId >
72
76
<artifactId >wiremock</artifactId >
You can’t perform that action at this time.
0 commit comments