Skip to content

Commit

Permalink
HSEARCH-1688 Remove no longer needed workaround for ISPN-4754
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Oct 7, 2014
1 parent 805ae38 commit 0bb753f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
17 changes: 0 additions & 17 deletions integrationtest/wildfly/pom.xml
Expand Up @@ -235,23 +235,6 @@
</resources>
</configuration>
</execution>
<!-- Apply patching of Infinispan modules: workaround for https://issues.jboss.org/browse/ISPN-4754 -->
<execution>
<id>fix-infinispan-modules</id>
<phase>pre-integration-test</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/wildfly-${wildflyVersion}/modules/org/infinispan/query/${infinispan.module.slot}</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
<directory>${basedir}/src/infinispan-workarounds</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down
31 changes: 0 additions & 31 deletions integrationtest/wildfly/src/infinispan-workarounds/module.xml

This file was deleted.

0 comments on commit 0bb753f

Please sign in to comment.