Upload pom.xml via GUI
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.viper</groupId>
|
||||
<artifactId>AutoSortChest</artifactId>
|
||||
<version>1.9</version>
|
||||
<version>2.0</version>
|
||||
<name>AutoSortChest</name>
|
||||
|
||||
<repositories>
|
||||
@@ -20,6 +20,12 @@
|
||||
<version>1.21-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- MySQL Connector -->
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.33</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user