cdmlib related part for fixing #2931 (Free text search - hit highlighting implemented...
[cdmlib.git] / cdmlib-services / pom.xml
index b41f385947ab592f5431cc110628e0340202e359..2771853b7c83505af386d5ee7f32c493f92f3308 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-               <version>3.0.12-SNAPSHOT</version>
+    <version>3.0.12-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
       <scope>test</scope>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+       <groupId>org.apache.lucene</groupId>
+       <artifactId>lucene-highlighter</artifactId>
+    </dependency>
     <dependency>
         <groupId>org.unitils</groupId>
         <artifactId>unitils-core</artifactId>