diff --git a/pom.xml b/pom.xml index 7d28f7e9a..7f125cd00 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,6 @@ 2.7.7 1.7.1 - 1.4 3.1 1.6 2.6.3 @@ -126,8 +125,10 @@ - commons-dbcp - commons-dbcp + org.apache.tomcat + tomcat-jdbc + 7.0.37 + runtime - - commons-dbcp - commons-dbcp - ${commons-dbcp.version} - runtime - org.apache.commons commons-lang3 diff --git a/src/main/resources/spring/datasource-config.xml b/src/main/resources/spring/datasource-config.xml index 2efe12010..735e6b0e6 100644 --- a/src/main/resources/spring/datasource-config.xml +++ b/src/main/resources/spring/datasource-config.xml @@ -19,10 +19,11 @@ - - + + p:username="${jdbc.username}" p:password="${jdbc.password}" + p:maxActive="8" p:initialSize="8"/>