Skip to content

Commit 5ad1054

Browse files
committed
Add some explicit dependencies
1 parent 1fc235c commit 5ad1054

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
@@ -176,6 +176,16 @@
176176
<artifactId>spring-boot</artifactId>
177177
<version>${spring.boot.version}</version>
178178
</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>
179189
<dependency>
180190
<groupId>org.springframework.boot</groupId>
181191
<artifactId>spring-boot-autoconfigure</artifactId>

spring/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
<artifactId>spring-test</artifactId>
6060
<scope>test</scope>
6161
</dependency>
62+
<dependency>
63+
<groupId>org.springframework</groupId>
64+
<artifactId>spring-core</artifactId>
65+
</dependency>
6266
<dependency>
6367
<groupId>com.github.tomakehurst</groupId>
6468
<artifactId>wiremock</artifactId>

0 commit comments

Comments
 (0)