From 982cfeef21729277f3b30b8e4d7a97c955b4da8f Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Fri, 22 Nov 2024 16:30:09 +0100 Subject: [PATCH] chore(model): Remove the `A_NAME` purl type This was only used by Nexus IQ for which support was removed in 1f4d723. Signed-off-by: Sebastian Schuberth --- model/src/main/kotlin/utils/PurlUtils.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/model/src/main/kotlin/utils/PurlUtils.kt b/model/src/main/kotlin/utils/PurlUtils.kt index 4a06af51ec614..f0b433cb77bd0 100644 --- a/model/src/main/kotlin/utils/PurlUtils.kt +++ b/model/src/main/kotlin/utils/PurlUtils.kt @@ -31,7 +31,6 @@ import org.ossreviewtoolkit.utils.common.percentEncode */ enum class PurlType(private val value: String) { APK("apk"), - A_NAME("a-name"), BAZEL("bazel"), BITBUCKET("bitbucket"), BOWER("bower"),