add (test) dependency on hsqldb

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-02-27 00:27:28 +00:00
parent 0f39b8f477
commit 831d072e99
1 changed files with 6 additions and 0 deletions

View File

@ -74,5 +74,11 @@
<artifactId>json</artifactId>
<version>20090211</version>
</dependency>
<!-- we only use this for TestJDBCAuthenticator -->
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.10</version>
</dependency>
</dependencies>
</project>