Remove deprecated support for commons-dbcp 1

See gh-6787
This commit is contained in:
Stephane Nicoll
2016-10-05 15:51:14 +02:00
parent 543498f040
commit 8b61d15120
12 changed files with 5 additions and 345 deletions

View File

@@ -152,11 +152,6 @@
<artifactId>HikariCP</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>