mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
[DS-3524] Re-enable enforcement of dependency convergence.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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 -->
|
||||||
|
Reference in New Issue
Block a user