Skip to content

Commit b1e07de

Browse files
authored
Merge pull request #3909 from JynLeazy/master
Remove unused dependencies from extended, spring, and root module
2 parents 458f7ed + c26946e commit b1e07de

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

extended/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
<groupId>com.bucket4j</groupId>
4848
<artifactId>bucket4j-core</artifactId>
4949
</dependency>
50-
<dependency>
51-
<groupId>com.flipkart.zjsonpatch</groupId>
52-
<artifactId>zjsonpatch</artifactId>
53-
</dependency>
5450
<dependency>
5551
<groupId>com.github.ben-manes.caffeine</groupId>
5652
<artifactId>caffeine</artifactId>
@@ -66,11 +62,6 @@
6662
<artifactId>mockito-junit-jupiter</artifactId>
6763
<scope>test</scope>
6864
</dependency>
69-
<dependency>
70-
<groupId>com.github.stefanbirkner</groupId>
71-
<artifactId>system-lambda</artifactId>
72-
<scope>test</scope>
73-
</dependency>
7465
<dependency>
7566
<groupId>org.wiremock</groupId>
7667
<artifactId>wiremock</artifactId>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@
279279
<version>5.15.2</version>
280280
<scope>test</scope>
281281
</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>
288282
<dependency>
289283
<groupId>uk.org.webcompere</groupId>
290284
<artifactId>system-stubs-jupiter</artifactId>

spring/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-autoconfigure</artifactId>
4444
</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>
5045
<dependency>
5146
<groupId>com.github.ben-manes.caffeine</groupId>
5247
<artifactId>caffeine</artifactId>

0 commit comments

Comments
 (0)