From 4513d72abe559bdbe9f17b22c3f8d31466994632 Mon Sep 17 00:00:00 2001 From: Anders Daljord Morken Date: Wed, 26 Jun 2024 13:31:21 +0200 Subject: [PATCH] CDF-21924 pom.xml: Explicitly exclude com.lowagie:itext The maven package com.lowagie:itext:2.1.7, which is a dependency of an old spring boot test version which is a test dependency of opensaml which is an optional dependency of oauth2-oidc-sdk, may contain unlicensed copyrighted code. We do not have a dependency on it, and it should not be pulled in as it's an optional dependency, but just to be explicit about it we can add an exclude. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 080d0349..7e4973f7 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,18 @@ com.nimbusds oauth2-oidc-sdk ${nimbusds.version} + + + + com.lowagie + itext + + com.google.cloud