Skip to content

Commit

Permalink
HSEARCH-1864 Get rid of Infinispan in our integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed May 15, 2015
1 parent c312ebb commit f876a38
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 605 deletions.
45 changes: 0 additions & 45 deletions integrationtest/wildfly/pom.xml
Expand Up @@ -71,13 +71,6 @@
<scope>test</scope>
</dependency>

<!-- Infinispan -->
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
<scope>test</scope>
</dependency>

<!-- test -->
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -220,22 +213,6 @@
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/node2</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-as-embedded-modules</artifactId>
<version>${infinispanVersion}</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/node1/wildfly-${wildflyVersion}/modules</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-as-embedded-modules</artifactId>
<version>${infinispanVersion}</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/node2/wildfly-${wildflyVersion}/modules</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-modules</artifactId>
Expand All @@ -259,28 +236,6 @@
</execution>
</executions>
</plugin>
<!-- Temporary workaround to make sure the same lucene version is used in infinispan and hibernate search modules -->
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
<version>1.5.3</version>
<executions>
<execution>
<phase>pre-integration-test</phase>
<goals>
<goal>replace</goal>
</goals>
</execution>
</executions>
<configuration>
<includes>
<include>${project.build.directory}/**/module.xml</include>
</includes>
<xpath><![CDATA[ //module[@name="org.apache.lucene"]/@slot ]]></xpath>
<token>^.*$</token>
<value>${lucene.module.slot}</value>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit f876a38

Please sign in to comment.