We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e0dc1 commit 90defacCopy full SHA for 90defac
spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml
@@ -27,7 +27,16 @@
27
<groupId>org.slf4j</groupId>
28
<artifactId>jcl-over-slf4j</artifactId>
29
</exclusion>
30
+ <exclusion>
31
+ <groupId>org.springframework.plugin</groupId>
32
+ <artifactId>spring-plugin-core</artifactId>
33
+ </exclusion>
34
</exclusions>
35
</dependency>
36
+ <dependency>
37
38
39
+ <version>2.0.0.BUILD-SNAPSHOT</version>
40
+ </dependency>
41
</dependencies>
42
</project>
0 commit comments