From c19397fb6d4635120a1a8cdaef6d66f0b36e3c4b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 20 Jul 2016 15:12:34 +0300 Subject: DriverManagerDataSource -> BasicDataSource --- juick-www/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'juick-www/build.gradle') diff --git a/juick-www/build.gradle b/juick-www/build.gradle index f09abb3a..22d9672e 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -35,6 +35,7 @@ dependencies { compile 'org.apache.httpcomponents:httpclient:4.5.1' compile 'org.apache.commons:commons-lang3:3.4' compile "org.springframework:spring-jdbc:4.3.1.RELEASE" + compile 'org.apache.commons:commons-dbcp2:2.0' compile 'org.json:json:20151123' testCompile 'junit:junit:4.12' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' -- cgit v1.2.3