fix: empty parent.relativePath to allow standalone clones (CI builds from registry)
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 3m7s

This commit is contained in:
2026-04-23 11:24:53 +00:00
parent 2c1c3b6e40
commit e503c6c0a1

View File

@@ -8,7 +8,7 @@
<groupId>dev.lions.unionflow</groupId>
<artifactId>unionflow-parent</artifactId>
<version>1.0.6</version>
<relativePath>../unionflow-server-api/parent-pom.xml</relativePath>
<relativePath/> <!-- Force resolution from Maven repo (Gitea); enables standalone clones -->
</parent>
<artifactId>unionflow-server-impl-quarkus</artifactId>