Use latest C3P0 in benchmark.

pull/35/head
Brett Wooldridge
parent 4a8afcbb6b
commit c0232d2b33

@ -101,12 +101,6 @@
<version>5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
@ -164,6 +158,17 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5-pre5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
</dependency>
</dependencies>
<build>
@ -178,7 +183,6 @@
<configuration>
<source>1.7</source>
<target>1.7</target>
<debuglevel>lines</debuglevel>
</configuration>
</plugin>
<plugin>

Loading…
Cancel
Save