<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-orm</artifactId>
<version>4.0.0.Beta2</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-search-orm', version='4.0.0.Beta2')
)
<parent> <groupId>org.hibernate</groupId> <artifactId>hibernate-search-parent</artifactId> <version>4.0.0.Beta2</version> </parent>
compile
|-- org.hibernate:hibernate-search-engine
|-- org.hibernate:hibernate-core
|-- org.hibernate:hibernate-search-analyzers
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-processor
|-- org.jboss.logging:jboss-logging-generator
|-- org.jboss.byteman:byteman-bmunit
|-- org.jboss.byteman:byteman-install
provided
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api
|-- javax.jms:jms
test
|-- org.hibernate:hibernate-search-engine
|-- org.hibernate:hibernate-entitymanager
|-- org.hibernate:hibernate-testing
|-- junit:junit
|-- org.apache.activemq:activemq-core