[DS-3524] Re-enable enforcement of dependency convergence.

This commit is contained in:
Mark H. Wood
2018-01-26 15:01:04 -05:00
parent 04dd484357
commit 591ec33278

View File

@@ -61,7 +61,7 @@
</configuration>
</execution>
<!-- Make sure that we do not have conflicting dependencies-->
<!-- <execution>
<execution>
<id>enforce-versions</id>
<goals>
<goal>enforce</goal>
@@ -71,7 +71,7 @@
<DependencyConvergence />
</rules>
</configuration>
</execution> -->
</execution>
</executions>
</plugin>
<!-- Used to compile all Java classes -->