This commit is contained in:
2025-09-20 18:48:02 +02:00
parent 4db735ca82
commit aff8be6c80
47 changed files with 1448 additions and 619 deletions

20
pom.xml
View File

@@ -4,12 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>lnmpro</groupId>
<artifactId>InsaneDuels</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>hu.jgj52.pvpcore</groupId>
<artifactId>PvPCore</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>InsaneDuels</name>
<name>PvPCore</name>
<properties>
<java.version>21</java.version>
@@ -97,5 +97,17 @@
<version>5.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
</dependency>
</dependencies>
</project>