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 176
176
<artifactId >spring-boot</artifactId >
177
177
<version >${spring.boot.version} </version >
178
178
</dependency >
179
+ <dependency >
180
+ <groupId >org.springframework</groupId >
181
+ <artifactId >spring-core</artifactId >
182
+ <version >${spring.version} </version >
183
+ </dependency >
184
+ <dependency >
185
+ <groupId >org.springframework</groupId >
186
+ <artifactId >spring-context</artifactId >
187
+ <version >${spring.version} </version >
188
+ </dependency >
179
189
<dependency >
180
190
<groupId >org.springframework.boot</groupId >
181
191
<artifactId >spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 59
59
<artifactId >spring-test</artifactId >
60
60
<scope >test</scope >
61
61
</dependency >
62
+ <dependency >
63
+ <groupId >org.springframework</groupId >
64
+ <artifactId >spring-core</artifactId >
65
+ </dependency >
62
66
<dependency >
63
67
<groupId >com.github.tomakehurst</groupId >
64
68
<artifactId >wiremock</artifactId >
You can’t perform that action at this time.
0 commit comments