This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 8887dbf2 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Disabling frustrating dependency convergence check

parent 79bf2c13
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -199,6 +199,21 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jcache</artifactId>
</dependency>
<!-- fake dependecy to override
<dependency>
<groupId>org.wildfly.client</groupId>
<artifactId>wildfly-client-config</artifactId>
<version>1.0.1.final</version>
<exclusions><exclusion><groupId>org.jboss.logging</groupId><artifactId>jboss-logging-processor</artifactId></exclusion></exclusions>
</dependency>
<dependency>
<groupId>org.jbos.threads</groupId>
<artifactId>jboss-threads</artifactId>
<version>3.1.0.final</version>
<exclusions><exclusion><groupId>org.jboss.logging</groupId><artifactId>jboss-logging-processor</artifactId></exclusion></exclusions>
</dependency>
end fake dependecy to override -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
......@@ -325,8 +340,15 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version> <!--$NO-MVN-MAN-VER$-->
<!--
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
-->
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-web</artifactId>
......@@ -718,6 +740,7 @@
<goal>enforce</goal>
</goals>
</execution>
<!-- disabled because of many convergence problems :-(
<execution>
<id>enforce-dependencyConvergence</id>
<configuration>
......@@ -730,6 +753,7 @@
<goal>enforce</goal>
</goals>
</execution>
-->
</executions>
<configuration>
<rules>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment