Skip to content

Commit 7b6624d

Browse files
committed
Add some explicit dependencies
1 parent bc335ee commit 7b6624d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,16 @@
179179
<artifactId>spring-boot</artifactId>
180180
<version>${spring.boot.version}</version>
181181
</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>
182192
<dependency>
183193
<groupId>org.springframework.boot</groupId>
184194
<artifactId>spring-boot-autoconfigure</artifactId>

spring/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
<artifactId>spring-test</artifactId>
6868
<scope>test</scope>
6969
</dependency>
70+
<dependency>
71+
<groupId>org.springframework</groupId>
72+
<artifactId>spring-core</artifactId>
73+
</dependency>
7074
<dependency>
7175
<groupId>org.wiremock</groupId>
7276
<artifactId>wiremock</artifactId>

0 commit comments

Comments
 (0)