Skip to content

Commit ced21a3

Browse files
committed
Remove conflicting dependencies
CVEs in older libs used by jsonld-java, newer libs are brought in via appbase and lib
1 parent de14da0 commit ced21a3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

sapi-lib/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@
3636
<groupId>com.github.jsonld-java</groupId>
3737
<artifactId>jsonld-java</artifactId>
3838
<version>0.13.6</version>
39+
<exclusions>
40+
<exclusion>
41+
<artifactId>jackson-core</artifactId>
42+
<groupId>com.fasterxml.jackson.core</groupId>
43+
</exclusion>
44+
<exclusion>
45+
<artifactId>jackson-databind</artifactId>
46+
<groupId>com.fasterxml.jackson.core</groupId>
47+
</exclusion>
48+
<exclusion>
49+
<artifactId>commons-io</artifactId>
50+
<groupId>commons-io</groupId>
51+
</exclusion>
52+
</exclusions>
3953
</dependency>
4054

4155
<dependency>

0 commit comments

Comments
 (0)