File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed
dapr-spring/dapr-spring-boot-autoconfigure Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 57
57
<artifactId >testcontainers</artifactId >
58
58
<scope >test</scope >
59
59
</dependency >
60
- <dependency >
61
- <groupId >org.junit.jupiter</groupId >
62
- <artifactId >junit-jupiter</artifactId >
63
- <scope >test</scope >
64
- </dependency >
65
- <dependency >
66
- <groupId >org.junit.jupiter</groupId >
67
- <artifactId >junit-jupiter-api</artifactId >
68
- <scope >test</scope >
69
- </dependency >
70
- <dependency >
71
- <groupId >org.junit.jupiter</groupId >
72
- <artifactId >junit-jupiter-params</artifactId >
73
- <scope >test</scope >
74
- </dependency >
75
- <dependency >
76
- <groupId >org.junit.jupiter</groupId >
77
- <artifactId >junit-jupiter-engine</artifactId >
78
- <scope >test</scope >
79
- </dependency >
80
60
<dependency >
81
61
<groupId >org.testcontainers</groupId >
82
62
<artifactId >junit-jupiter</artifactId >
Original file line number Diff line number Diff line change
1
+ {}
You can’t perform that action at this time.
0 commit comments