Skip to content

Commit 79d8089

Browse files
committed
Remove redundant spring-plugin-core dependencies
Closes gh-18317
1 parent 7f84e4f commit 79d8089

File tree

2 files changed

+0
-9
lines changed
  • spring-boot-project
    • spring-boot-starters/spring-boot-starter-hateoas
    • spring-boot-test-autoconfigure

2 files changed

+0
-9
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,5 @@
2323
<groupId>org.springframework.hateoas</groupId>
2424
<artifactId>spring-hateoas</artifactId>
2525
</dependency>
26-
<dependency>
27-
<groupId>org.springframework.plugin</groupId>
28-
<artifactId>spring-plugin-core</artifactId>
29-
</dependency>
3026
</dependencies>
3127
</project>

spring-boot-project/spring-boot-test-autoconfigure/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,6 @@
346346
<artifactId>spring-hateoas</artifactId>
347347
<scope>test</scope>
348348
</dependency>
349-
<dependency>
350-
<groupId>org.springframework.plugin</groupId>
351-
<artifactId>spring-plugin-core</artifactId>
352-
<scope>test</scope>
353-
</dependency>
354349
<dependency>
355350
<groupId>org.testcontainers</groupId>
356351
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)