Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Feb 12, 2014
1 parent b87fe43 commit 5e97ae7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions functional-test/pom.xml
Expand Up @@ -171,6 +171,18 @@
<scope>${hibernate.scope}</scope>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-orm</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<scope>provided</scope>
</dependency>


<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down

0 comments on commit 5e97ae7

Please sign in to comment.