Skip to content

Commit

Permalink
Merge pull request #388 from cognitedata/andersm/itext-exclude
Browse files Browse the repository at this point in the history
CDF-21924 pom.xml: Explicitly exclude com.lowagie:itext
  • Loading branch information
amorken authored Jun 27, 2024
2 parents 596e866 + 4513d72 commit 0e42e43
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>${nimbusds.version}</version>
<!--
https://cognitedata.atlassian.net/browse/CDFBUG-654
com.lowagie:itext has IP rights issues. It is a dependency
of a dependency of an optional dependency and should not
normally be pulled in, but just to be clear: Exclude.
-->
<exclusions>
<exclusion>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down

0 comments on commit 0e42e43

Please sign in to comment.