File tree 2 files changed +9
-0
lines changed
spring-boot-examples/producer-app
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 192
192
<artifactId >spring-boot-starter-actuator</artifactId >
193
193
<version >${springboot.version} </version >
194
194
</dependency >
195
+ <dependency >
196
+ <groupId >org.springframework.boot</groupId >
197
+ <artifactId >spring-boot-starter-test</artifactId >
198
+ <version >${springboot.version} </version >
199
+ </dependency >
195
200
</dependencies >
196
201
</dependencyManagement >
197
202
Original file line number Diff line number Diff line change 28
28
<groupId >org.springframework.boot</groupId >
29
29
<artifactId >spring-boot-starter-web</artifactId >
30
30
</dependency >
31
+ <dependency >
32
+ <groupId >org.springframework.boot</groupId >
33
+ <artifactId >spring-boot-starter-test</artifactId >
34
+ </dependency >
31
35
<dependency >
32
36
<groupId >io.dapr.spring</groupId >
33
37
<artifactId >dapr-spring-boot-starter</artifactId >
You can’t perform that action at this time.
0 commit comments