refactor: update license-minter dependency to io.cameleer
All checks were successful
CI / build (push) Successful in 2m57s
CI / docker (push) Successful in 1m35s

Other teams completed their com.cameleer → io.cameleer migration.
Update Maven groupId and Java imports to match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-28 17:13:28 +02:00
parent 2fa8ba07de
commit 3aba32302a
3 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@
<!-- License Minter (Ed25519 signing) -->
<dependency>
<groupId>com.cameleer</groupId>
<groupId>io.cameleer</groupId>
<artifactId>cameleer-license-minter</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

View File

@@ -1,8 +1,8 @@
package io.cameleer.saas.license;
import com.cameleer.license.minter.LicenseMinter;
import com.cameleer.license.LicenseInfo;
import com.cameleer.license.LicenseValidator;
import io.cameleer.license.minter.LicenseMinter;
import io.cameleer.license.LicenseInfo;
import io.cameleer.license.LicenseValidator;
import io.cameleer.saas.audit.AuditAction;
import io.cameleer.saas.audit.AuditService;
import io.cameleer.saas.tenant.TenantEntity;

View File

@@ -1,6 +1,6 @@
package io.cameleer.saas.vendor;
import com.cameleer.license.LicenseInfo;
import io.cameleer.license.LicenseInfo;
import io.cameleer.saas.license.LicenseDefaults;
import io.cameleer.saas.license.LicenseService;
import io.cameleer.saas.license.dto.LicensePreset;