Skip to content

Commit

Permalink
HSEARCH-3146 Use the feature packs produced by Hibernate ORM
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Apr 27, 2018
1 parent f496413 commit 134ff5c
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 366 deletions.
20 changes: 0 additions & 20 deletions jbossmodules/hibernate-orm/assembly.xml

This file was deleted.

239 changes: 0 additions & 239 deletions jbossmodules/hibernate-orm/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions jbossmodules/orm/pom.xml
Expand Up @@ -66,8 +66,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>hibernate-search-jbossmodules-hibernate-orm</artifactId>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-orm-jbossmodules</artifactId>
<type>zip</type>
<exclusions>
<exclusion>
Expand Down
Expand Up @@ -8,6 +8,6 @@
<build xmlns="urn:wildfly:feature-pack-build:1.1">
<dependencies>
<artifact name="org.hibernate:hibernate-search-jbossmodules-engine"/>
<artifact name="org.hibernate:hibernate-search-jbossmodules-hibernate-orm"/>
<artifact name="org.hibernate:hibernate-orm-jbossmodules"/>
</dependencies>
</build>
1 change: 0 additions & 1 deletion jbossmodules/pom.xml
Expand Up @@ -20,7 +20,6 @@

<modules>
<module>engine</module>
<module>hibernate-orm</module>
<module>orm</module>
<module>backend-jgroups</module>
<module>elasticsearch</module>
Expand Down

0 comments on commit 134ff5c

Please sign in to comment.