Author: echatellier Date: 2011-07-01 16:06:12 +0200 (Fri, 01 Jul 2011) New Revision: 1030 Url: http://nuiton.org/repositories/revision/wikitty/1030 Log: Format pom Modified: trunk/wikitty-lucene/pom.xml Modified: trunk/wikitty-lucene/pom.xml =================================================================== --- trunk/wikitty-lucene/pom.xml 2011-07-01 14:05:35 UTC (rev 1029) +++ trunk/wikitty-lucene/pom.xml 2011-07-01 14:06:12 UTC (rev 1030) @@ -42,11 +42,11 @@ <artifactId>nuiton-utils</artifactId> </dependency> - <!-- Lucene --> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> </dependency> + <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-analyzers</artifactId> @@ -73,10 +73,11 @@ <artifactId>commons-lang</artifactId> </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + <!-- TEST --> <dependency> <groupId>junit</groupId> @@ -95,4 +96,3 @@ <inceptionYear>2011</inceptionYear> </project> -