Skip to content

Commit 90defac

Browse files
committed
Workaround Spring Data Rest enforcer issue
Temporarily update `spring-boot-starter-data-rest` to declare the correct spring-plugin version.
1 parent 42e0dc1 commit 90defac

File tree

1 file changed

+9
-0
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest

1 file changed

+9
-0
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@
2727
<groupId>org.slf4j</groupId>
2828
<artifactId>jcl-over-slf4j</artifactId>
2929
</exclusion>
30+
<exclusion>
31+
<groupId>org.springframework.plugin</groupId>
32+
<artifactId>spring-plugin-core</artifactId>
33+
</exclusion>
3034
</exclusions>
3135
</dependency>
36+
<dependency>
37+
<groupId>org.springframework.plugin</groupId>
38+
<artifactId>spring-plugin-core</artifactId>
39+
<version>2.0.0.BUILD-SNAPSHOT</version>
40+
</dependency>
3241
</dependencies>
3342
</project>

0 commit comments

Comments
 (0)