Point pom.xml at the new Gitea package registry; add jsr305 dependency
Build / build (push) Failing after 22s
Build / build (push) Failing after 22s
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>forgejo</id>
|
||||
<name>Forgejo Maven</name>
|
||||
<url>http://heimserver.local:36107/api/packages/minecraft/maven</url>
|
||||
<id>gitea-packages</id>
|
||||
<name>Gitea Maven Registry</name>
|
||||
<url>https://git.softwarerat.com/api/packages/zlaura/maven</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<properties>
|
||||
@@ -26,10 +26,10 @@
|
||||
<id>papermc-repo</id>
|
||||
<url>https://repo.papermc.io/repository/maven-public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gitea</id>
|
||||
<url>http://heimserver.local:36107/api/packages/minecraft/maven</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gitea-packages</id>
|
||||
<url>https://git.softwarerat.com/api/packages/zlaura/maven</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -45,5 +45,12 @@
|
||||
<version>1.18.42</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>jsr305</artifactId>
|
||||
<version>3.0.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
Reference in New Issue
Block a user