Merge remote-tracking branch 'origin/CommandPomoc' into dev

# Conflicts:
#	src/main/java/xyz/mineconomia/mineconomiacore/MineconomiaCore.java
dev
jakub 2 years ago committed by jakub
parent b0d77892f4
commit ba8ff6b828
  1. 12
      pom.xml

@ -65,12 +65,24 @@
</repositories>
<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core -->
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.3.0.Final</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>

Loading…
Cancel
Save