mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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>
|
||||
<artifactId>handle</artifactId>
|
||||
<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>
|
||||
<!-- Required to run Handle Server -->
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user