Remove redundant spring-plugin-core dependencies

Closes gh-18317
This commit is contained in:
Andy Wilkinson 2019-09-23 14:09:36 +01:00
parent 7f84e4fba7
commit 79d8089cd0
2 changed files with 0 additions and 9 deletions

View File

@ -23,9 +23,5 @@
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -346,11 +346,6 @@
<artifactId>spring-hateoas</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>