Browse Source

Merge pull request #18092 from dreis2211

* pr/18092:
  Remove duplicated dependency in spring-boot-docs

Closes gh-18092
pull/18464/head
Stephane Nicoll 6 years ago
parent
commit
ae863434b6
  1. 5
      spring-boot-project/spring-boot-docs/pom.xml

5
spring-boot-project/spring-boot-docs/pom.xml

@ -842,11 +842,6 @@ @@ -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>

Loading…
Cancel
Save