SOLR-2045: Maven configuration: add derby test dependency to DIH

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-11-13 11:54:24 +00:00
parent 492741333b
commit 211a24c489
2 changed files with 10 additions and 0 deletions

View File

@ -273,6 +273,11 @@
<artifactId>langdetect</artifactId>
<version>1.1-20120112</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.9.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>

View File

@ -72,6 +72,11 @@
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>${module-path}/src/java</sourceDirectory>