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>
|
<groupId>viper</groupId>
|
||||||
<artifactId>ButtonControl</artifactId>
|
<artifactId>ButtonControl</artifactId>
|
||||||
<version>1.6</version>
|
<version>1.8</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>ButtonControl</name>
|
<name>ButtonControl</name>
|
||||||
|
|
||||||
@@ -42,6 +42,13 @@
|
|||||||
<artifactId>json</artifactId>
|
<artifactId>json</artifactId>
|
||||||
<version>20240303</version>
|
<version>20240303</version>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user