Commit 90defac7 authored by Phillip Webb's avatar Phillip Webb

Workaround Spring Data Rest enforcer issue

Temporarily update `spring-boot-starter-data-rest` to declare
the correct spring-plugin version.
parent 42e0dc14
...@@ -27,7 +27,16 @@ ...@@ -27,7 +27,16 @@
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId> <artifactId>jcl-over-slf4j</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
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