Skip to content

Commit b72b391

Browse files
committed
Fix thigns
1 parent 1e9e9a3 commit b72b391

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@
192192
<artifactId>spring-boot-starter-actuator</artifactId>
193193
<version>${springboot.version}</version>
194194
</dependency>
195+
<dependency>
196+
<groupId>org.springframework.boot</groupId>
197+
<artifactId>spring-boot-starter-test</artifactId>
198+
<version>${springboot.version}</version>
199+
</dependency>
195200
</dependencies>
196201
</dependencyManagement>
197202

Diff for: spring-boot-examples/producer-app/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-web</artifactId>
3030
</dependency>
31+
<dependency>
32+
<groupId>org.springframework.boot</groupId>
33+
<artifactId>spring-boot-starter-test</artifactId>
34+
</dependency>
3135
<dependency>
3236
<groupId>io.dapr.spring</groupId>
3337
<artifactId>dapr-spring-boot-starter</artifactId>

0 commit comments

Comments
 (0)