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
+6
View File
@@ -163,6 +163,12 @@
<artifactId>annotations</artifactId>
<version>24.0.1</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
@@ -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;