Commit 79d8089c authored by Andy Wilkinson's avatar Andy Wilkinson

Remove redundant spring-plugin-core dependencies

Closes gh-18317
parent 7f84e4fb
...@@ -23,9 +23,5 @@ ...@@ -23,9 +23,5 @@
<groupId>org.springframework.hateoas</groupId> <groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId> <artifactId>spring-hateoas</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
...@@ -346,11 +346,6 @@ ...@@ -346,11 +346,6 @@
<artifactId>spring-hateoas</artifactId> <artifactId>spring-hateoas</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.testcontainers</groupId> <groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment