mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Remove duplicated dependency in spring-boot-docs
See gh-18092
This commit is contained in:
committed by
Stephane Nicoll
parent
b8070a8339
commit
087795fb67
@@ -842,11 +842,6 @@
|
||||
<artifactId>spring-data-jdbc</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-jdbc</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-jpa</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user