Skip to content

Commit

Permalink
HSEARCH-3183 Remove obsolete and invalid Maven configuration in hiber…
Browse files Browse the repository at this point in the history
…nate-search-jbossmodules-parent
  • Loading branch information
yrodiere committed May 30, 2018
1 parent d6d411a commit 1dd4bcd
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions jbossmodules/pom.xml
Expand Up @@ -46,31 +46,4 @@
-->
<enforcer.dependencyconvergence.skip>true</enforcer.dependencyconvergence.skip>
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<configuration>
<rules>
<requireJavaVersion>
<!-- require JDK 1.8 to run the build -->
<version>[${minJdkVersion},)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>${minMavenVersion}</version>
</requireMavenVersion>
<banDuplicatePomDependencyVersions />
<!-- Disable the dependency convergence rule, because the dependencies of WildFly artifacts
do not converge
<DependencyConvergence />
-->
</rules>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

0 comments on commit 1dd4bcd

Please sign in to comment.