Added dependency to apache-commons back to satisfy Castor

This commit is contained in:
Michael Minella
2013-01-22 09:21:15 -06:00
parent 983e1313c5
commit f1a8250f28

View File

@@ -163,6 +163,12 @@
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>