update
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user