Skip to content

Commit

Permalink
Add jitpack repository to POM file
Browse files Browse the repository at this point in the history
It seems that jsonschemafriend is no longer available in Maven Central
so we need to add the jitpack repository - needed for the Integration
Tests
  • Loading branch information
goneall committed Jan 22, 2025
1 parent a836b13 commit 3e5cb04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
<tag>master</tag>
</scm>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>ossrh</id>
Expand Down
16 changes: 0 additions & 16 deletions src/main/java/org/spdx/maven/utils/ILicenseContainer.java

This file was deleted.

0 comments on commit 3e5cb04

Please sign in to comment.