mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
Add exclusion to fix dependency convergence issues
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -1358,6 +1358,13 @@
|
|||||||
<groupId>net.handle</groupId>
|
<groupId>net.handle</groupId>
|
||||||
<artifactId>handle</artifactId>
|
<artifactId>handle</artifactId>
|
||||||
<version>9.3.0</version>
|
<version>9.3.0</version>
|
||||||
|
<exclusions>
|
||||||
|
<!-- A later version is brought in by google-oauth-client -->
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.google.code.gson</groupId>
|
||||||
|
<artifactId>gson</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Required to run Handle Server -->
|
<!-- Required to run Handle Server -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user