Switch to a different ConnectionPool implementation

This commit is contained in:
t00thpick1
2014-10-14 23:59:41 -04:00
parent dbc7b98b0d
commit 4723a7cbdb
2 changed files with 65 additions and 52 deletions

View File

@ -147,9 +147,10 @@
<version>0.0.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.snaq</groupId>
<artifactId>dbpool</artifactId>
<version>5.1</version>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>7.0.52</version>
<scope>compile</scope>
</dependency>
</dependencies>
<distributionManagement>