Skip to content

Commit 78456fb

Browse files
committedMar 14, 2014
Removed Hibernate search from parent pom since it's not used
1 parent 8958afe commit 78456fb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed
 

‎pom.xml

-16
Original file line numberDiff line numberDiff line change
@@ -288,22 +288,6 @@
288288
</exclusion>
289289
</exclusions>
290290
</dependency>
291-
<dependency>
292-
<groupId>org.hibernate</groupId>
293-
<artifactId>hibernate-search</artifactId>
294-
<version>3.4.0.Final</version>
295-
<exclusions>
296-
<exclusion>
297-
<groupId>org.hibernate</groupId>
298-
<artifactId>hibernate-core</artifactId>
299-
</exclusion>
300-
</exclusions>
301-
</dependency>
302-
<dependency>
303-
<groupId>org.hibernate</groupId>
304-
<artifactId>hibernate-search-analyzers</artifactId>
305-
<version>3.4.0.Final</version>
306-
</dependency>
307291
<dependency>
308292
<groupId>org.liquibase</groupId>
309293
<artifactId>liquibase-core</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.