File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
integrationtest/performance/orm Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 143143 <scope >test</scope >
144144 </dependency >
145145 <dependency >
146- <groupId >org.hibernate </groupId >
147- <artifactId >hibernate-search-infinispan </artifactId >
146+ <groupId >org.infinispan </groupId >
147+ <artifactId >infinispan-directory-provider </artifactId >
148148 <scope >test</scope >
149149 </dependency >
150150 <dependency >
Original file line number Diff line number Diff line change 831831 <version >${project.version} </version >
832832 <scope >provided</scope >
833833 </dependency >
834+ <dependency >
835+ <groupId >org.infinispan</groupId >
836+ <artifactId >infinispan-directory-provider</artifactId >
837+ <version >${version.org.infinispan} </version >
838+ </dependency >
834839
835840 <dependency >
836841 <groupId >org.hibernate</groupId >
16221627 <configuration >
16231628 <outputDirectory >${project.build.directory} /</outputDirectory >
16241629 <includeGroupIds >${project.groupId} </includeGroupIds >
1625- <includeArtifacIds >hibernate-search-sharedtestresources</includeArtifacIds >
1630+ <includeArtifactIds >hibernate-search-sharedtestresources</includeArtifactIds >
16261631 <includeTypes >zip</includeTypes >
16271632 <excludeTransitive >true</excludeTransitive >
16281633 </configuration >
You can’t perform that action at this time.
0 commit comments