revert remove of hibernate search in pom
authorKatja Luther <k.luther@bgbm.org>
Mon, 22 Aug 2022 12:13:49 +0000 (14:13 +0200)
committerKatja Luther <k.luther@bgbm.org>
Mon, 22 Aug 2022 12:13:49 +0000 (14:13 +0200)
eu.etaxonomy.taxeditor.cdmlib/pom.xml

index c7980877e4a913fd1b345cf2c7602ed9649e6436..6e8ffcab59e281eefbf20d7b0aaf6b6a05a9a12c 100644 (file)
@@ -65,6 +65,7 @@
               <includeArtifactIds>\r
                 httpclient,JavaAPIforKml,iiif-apis,commons-lang3,commons-lang,commons-text,\r
                 commons-codec,commons-io,\r
+                hibernate-search-engine,hibernate-search-orm,\r
                 json,\r
                 log4j-core,log4j-api,slf4j-api,jboss-logging,jcl-over-slf4j,log4j-slf4j-impl,\r
                 lucene-analyzers-common,lucene-core,lucene-queryparser,lucene-suggest,lucene-sandbox,\r
       <artifactId>hibernate-envers</artifactId>\r
       <version>${hibernate.version}</version>\r
     </dependency>\r
+    <dependency>\r
+    <!-- occurrenceService is not available if hibernate search is missing -->\r
+      <groupId>org.hibernate</groupId>\r
+      <artifactId>hibernate-search-orm</artifactId>\r
+      <version>5.11.10.Final</version>\r
+    </dependency>\r
+    <dependency>\r
+      <groupId>org.hibernate</groupId>\r
+      <artifactId>hibernate-search-engine</artifactId>\r
+      <version>5.11.10.Final</version>\r
+    </dependency> \r
     <dependency>\r
       <!-- throws exception in bulk editor after search during deserialization if not present -->\r
       <groupId>org.apache.lucene</groupId>\r