fix: add Gitea Maven repository for cameleer-license-minter resolution
CI needs to resolve com.cameleer:cameleer-license-minter from the Gitea package registry. Without this repository declaration, the dependency only resolved from the local Maven cache. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -136,6 +136,16 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>gitea-cameleer</id>
|
||||||
|
<url>https://gitea.siegeln.net/api/packages/cameleer/maven</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user