Skip to content

Commit

Permalink
HSEARCH-4049 Reorganize some messy dependency management in the integ…
Browse files Browse the repository at this point in the history
…ration test parent

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere authored and fax4ever committed Nov 2, 2020
1 parent a16f1fe commit af2850d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions parents/integrationtest/pom.xml
Expand Up @@ -59,6 +59,12 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-backend-tck</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-util-internal-integrationtest-common</artifactId>
Expand Down Expand Up @@ -94,16 +100,6 @@
<artifactId>hibernate-search-util-internal-integrationtest-jbatch-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-mapper-orm-batch-jsr352-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-backend-tck</artifactId>
<version>${project.version}</version>
</dependency>

<!-- JDBC drivers -->
<!-- Profile-specific driver, used in most database-sensitive integration tests -->
Expand Down

0 comments on commit af2850d

Please sign in to comment.