|
|
@ -101,12 +101,6 @@
|
|
|
|
<version>5.1</version>
|
|
|
|
<version>5.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>c3p0</groupId>
|
|
|
|
|
|
|
|
<artifactId>c3p0</artifactId>
|
|
|
|
|
|
|
|
<version>0.9.1.2</version>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>tomcat-jdbc</artifactId>
|
|
|
|
<artifactId>tomcat-jdbc</artifactId>
|
|
|
@ -164,6 +158,17 @@
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</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>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
@ -178,7 +183,6 @@
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<source>1.7</source>
|
|
|
|
<source>1.7</source>
|
|
|
|
<target>1.7</target>
|
|
|
|
<target>1.7</target>
|
|
|
|
<debuglevel>lines</debuglevel>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|