SOLR-3430: Maven configuration: add DIH test dependency on HSQLDB

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-05-08 04:43:44 +00:00
parent 0f93e8d621
commit b7739c81a9
2 changed files with 10 additions and 0 deletions

View File

@ -190,6 +190,11 @@
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.10</version>
</dependency>
<dependency>
<groupId>jakarta-regexp</groupId>
<artifactId>jakarta-regexp</artifactId>

View File

@ -74,6 +74,11 @@
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>${module-path}/src/java</sourceDirectory>