We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de14da0 commit ced21a3Copy full SHA for ced21a3
1 file changed
sapi-lib/pom.xml
@@ -36,6 +36,20 @@
36
<groupId>com.github.jsonld-java</groupId>
37
<artifactId>jsonld-java</artifactId>
38
<version>0.13.6</version>
39
+ <exclusions>
40
+ <exclusion>
41
+ <artifactId>jackson-core</artifactId>
42
+ <groupId>com.fasterxml.jackson.core</groupId>
43
+ </exclusion>
44
45
+ <artifactId>jackson-databind</artifactId>
46
47
48
49
+ <artifactId>commons-io</artifactId>
50
+ <groupId>commons-io</groupId>
51
52
+ </exclusions>
53
</dependency>
54
55
<dependency>
0 commit comments