diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-07-12 18:58:06 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-07-13 15:02:02 +0000 |
commit | 7b8acdf5b70fdcda448fa1ae871df0e0723f08db (patch) | |
tree | fdd727652baf229e0ef515ec297d42ec506be627 /integration-tests | |
parent | 65d266b51f039544cf83ee711f317c49d6b6fb1e (diff) |
Replace outdated dependency org.bouncycastle:bcpkix-jdk15on
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I0fecbfd4be46b81a66059d1a18cb5f9b09eb76cd
Issue-ID: SDC-4569
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b0e6e77420..6d936f73ee 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -345,7 +345,7 @@ limitations under the License. </exclusion> <exclusion> <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> + <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> |