Missing slash in closing </dependency> tag

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139926 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-06-26 19:38:23 +00:00
parent 0ec825d14d
commit 3b2343b83d
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-common</artifactId>
<version>${project.version}</version>
<dependency>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-commons-csv</artifactId>