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