Remove redundant spring-plugin-core dependencies

Closes gh-18317
pull/18321/head
Andy Wilkinson 5 years ago
parent 7f84e4fba7
commit 79d8089cd0

@ -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>

@ -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>

Loading…
Cancel
Save