Browse Source

Merge branch '1.5.x'

pull/7924/head
Stephane Nicoll 9 years ago
parent
commit
53accf920f
  1. 5
      spring-boot-docs/pom.xml

5
spring-boot-docs/pom.xml

@ -152,6 +152,11 @@ @@ -152,6 +152,11 @@
<artifactId>java-statsd-client</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>

Loading…
Cancel
Save