Exclude Jackson dependencies (inherit from jena / jsonld)
This commit is contained in:
parent
bf55aaf7d5
commit
9cb377d7f2
1 changed files with 7 additions and 1 deletions
|
@ -54,7 +54,13 @@
|
|||
<dependency>
|
||||
<groupId>org.vivoweb</groupId>
|
||||
<artifactId>orcid-api-client</artifactId>
|
||||
<version>0.5</version>
|
||||
<version>0.5.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>*</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Add table
Reference in a new issue