Updated commons-dbcp and commons-pool dependency scopes

This commit is contained in:
Michael Minella
2014-04-25 15:30:23 -05:00
parent 54b3fe0b3a
commit 5e07b249ad
5 changed files with 26 additions and 1 deletions

View File

@@ -52,6 +52,11 @@
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>

View File

@@ -76,6 +76,11 @@
<artifactId>commons-dbcp</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>

View File

@@ -163,7 +163,7 @@
<repository>
<id>springsource-milestone</id>
<name>SpringSource Milestone Repository</name>
<url>https://repo.spring.io/libs-milestone/</url>
<url>http://repo.spring.io/libs-milestone</url>
</repository>
<repository>
<id>gemstone</id>
@@ -527,6 +527,12 @@
<version>1.2.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.5.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>

View File

@@ -86,6 +86,10 @@
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>

View File

@@ -50,6 +50,11 @@
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>