Moved database-utils utilities herein.

This is a find home for them, and it allows the miniscule database-utils to go
away.
This commit is contained in:
Michael Bayne
2012-01-31 09:43:47 -08:00
parent 038665118a
commit 9936513cd5
3 changed files with 184 additions and 0 deletions
+6
View File
@@ -58,6 +58,12 @@
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.3-606.jdbc4</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>