File tree Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 47
47
<groupId >com.bucket4j</groupId >
48
48
<artifactId >bucket4j-core</artifactId >
49
49
</dependency >
50
- <dependency >
51
- <groupId >com.flipkart.zjsonpatch</groupId >
52
- <artifactId >zjsonpatch</artifactId >
53
- </dependency >
54
50
<dependency >
55
51
<groupId >com.github.ben-manes.caffeine</groupId >
56
52
<artifactId >caffeine</artifactId >
66
62
<artifactId >mockito-junit-jupiter</artifactId >
67
63
<scope >test</scope >
68
64
</dependency >
69
- <dependency >
70
- <groupId >com.github.stefanbirkner</groupId >
71
- <artifactId >system-lambda</artifactId >
72
- <scope >test</scope >
73
- </dependency >
74
65
<dependency >
75
66
<groupId >org.wiremock</groupId >
76
67
<artifactId >wiremock</artifactId >
Original file line number Diff line number Diff line change 279
279
<version >5.15.2</version >
280
280
<scope >test</scope >
281
281
</dependency >
282
- <dependency >
283
- <groupId >com.github.stefanbirkner</groupId >
284
- <artifactId >system-lambda</artifactId >
285
- <version >1.2.1</version >
286
- <scope >test</scope >
287
- </dependency >
288
282
<dependency >
289
283
<groupId >uk.org.webcompere</groupId >
290
284
<artifactId >system-stubs-jupiter</artifactId >
Original file line number Diff line number Diff line change 42
42
<groupId >org.springframework.boot</groupId >
43
43
<artifactId >spring-boot-autoconfigure</artifactId >
44
44
</dependency >
45
- <dependency >
46
- <groupId >org.springframework.boot</groupId >
47
- <artifactId >spring-boot-actuator</artifactId >
48
- <optional >${org.springframework.boot.spring-boot-actuator.optional} </optional >
49
- </dependency >
50
45
<dependency >
51
46
<groupId >com.github.ben-manes.caffeine</groupId >
52
47
<artifactId >caffeine</artifactId >
You can’t perform that action at this time.
0 commit comments