Added postgres

This commit is contained in:
2025-06-05 09:50:30 -04:00
parent bb3a31e100
commit a5ea502f17
2 changed files with 7 additions and 0 deletions
@@ -36,6 +36,7 @@ import java.util.List;
relocations = {
@Relocate(from = "com\\.github\\.benmanes\\.caffeine", to = "dev.brighten.antivpn.shaded.com.github.benmanes.caffeine"),
})
@MavenLibrary(groupId = "org\\.postgresql", artifactId = "postgresql", version = "42.7.6")
public class AntiVPN {
private static AntiVPN INSTANCE;