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

@@ -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>