Bug 1041528 - missing hibernate-search-engine from maven repo
Summary: missing hibernate-search-engine from maven repo
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Build
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 16:50 UTC by Shay Matasaro
Modified: 2018-12-03 20:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-29 12:48:09 UTC
Type: Bug


Attachments (Terms of Use)

Description Shay Matasaro 2013-12-12 16:50:02 UTC
<dependency>
       <groupId>org.infinispan</groupId>
      <artifactId>infinispan-query</artifactId>
      <version>5.2.4.Final-redhat-1</version>
</dependency>



references a missing dependency

   <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-search-engine</artifactId>
      </dependency>

version 4.2.0.final-redhat-1


Note You need to log in before you can comment on or make changes to this bug.