From 3e5cb042da3747a0b53cb9748724ac38bef28330 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Sun, 15 Dec 2024 15:17:47 -0800 Subject: [PATCH] Add jitpack repository to POM file It seems that jsonschemafriend is no longer available in Maven Central so we need to add the jitpack repository - needed for the Integration Tests --- pom.xml | 7 +++++++ .../org/spdx/maven/utils/ILicenseContainer.java | 16 ---------------- 2 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 src/main/java/org/spdx/maven/utils/ILicenseContainer.java diff --git a/pom.xml b/pom.xml index 07a741a..f487df0 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,13 @@ master + + + jitpack.io + https://jitpack.io + + + ossrh diff --git a/src/main/java/org/spdx/maven/utils/ILicenseContainer.java b/src/main/java/org/spdx/maven/utils/ILicenseContainer.java deleted file mode 100644 index 0e9d493..0000000 --- a/src/main/java/org/spdx/maven/utils/ILicenseContainer.java +++ /dev/null @@ -1,16 +0,0 @@ -/** - * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) 2024 Source Auditor Inc. - */ -package org.spdx.maven.utils; - -/** - * Interface for a container which contains extracted / non-listed licenses - * - * @author Gary O'Neall - * - */ -public interface ILicenseContainer -{ - -}