Fixing KauriVPN on Velocity 1.5.2.1

This commit is contained in:
Dawson Hessler
2021-12-19 13:45:53 -05:00
parent 5ec4cb98e3
commit cba3c2f2d9
10 changed files with 35 additions and 19 deletions
+8 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>AntiVPN</artifactId>
<groupId>dev.brighten.antivpn</groupId>
<version>1.5.2</version>
<version>1.5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -51,6 +51,13 @@
<version>0.7.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.27</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>