Skip to content

Commit

Permalink
HSEARCH-677 Integration tests need the new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Sep 26, 2011
1 parent d1cb12a commit 7468c19
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion hibernate-search-integrationtest/pom.xml
Expand Up @@ -134,6 +134,19 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>hibernate-search-orm</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>hibernate-search-orm</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
Expand All @@ -142,7 +155,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>${hibernateVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7468c19

Please sign in to comment.