Upload via Git Manager GUI - pom.xml
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -8,7 +8,7 @@
|
||||
|
||||
<groupId>viper</groupId>
|
||||
<artifactId>ButtonControl</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.8</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>ButtonControl</name>
|
||||
|
||||
@@ -42,6 +42,13 @@
|
||||
<artifactId>json</artifactId>
|
||||
<version>20240303</version>
|
||||
</dependency>
|
||||
|
||||
<!-- MySQL Connector/J für optionales Datenbank-Backend -->
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
<version>8.4.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user