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:
parent
0f39b8f477
commit
831d072e99
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue