From bd719b81d00c7015b820c93f2d1ef460c97f64cc Mon Sep 17 00:00:00 2001 From: gjoranv Date: Tue, 4 Jul 2023 13:25:33 +0200 Subject: Do not use version for allowed embedded artifacts. - Rename ArtifactInfo -> ArtifactId and simply ignore versions. --- cloud-tenant-cd/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cloud-tenant-cd/pom.xml') diff --git a/cloud-tenant-cd/pom.xml b/cloud-tenant-cd/pom.xml index 11e680f75d8..0574177dd7a 100644 --- a/cloud-tenant-cd/pom.xml +++ b/cloud-tenant-cd/pom.xml @@ -83,8 +83,8 @@ bundle-plugin true - com.fasterxml.jackson.core:jackson-core:2.15.2, com.yahoo.vespa:annotations:8-SNAPSHOT, - org.bouncycastle:bcpkix-jdk18on:1.74, org.bouncycastle:bcprov-jdk18on:1.74, org.bouncycastle:bcutil-jdk18on:1.74 + com.fasterxml.jackson.core:jackson-core, com.yahoo.vespa:annotations, + org.bouncycastle:bcpkix-jdk18on, org.bouncycastle:bcprov-jdk18on, org.bouncycastle:bcutil-jdk18on true -- cgit v1.2.3