Upload via Git Manager GUI - pom.xml

This commit is contained in:
2026-03-27 14:03:52 +00:00
parent e351990d74
commit a9d2d7a911

View File

@@ -8,7 +8,7 @@
<groupId>viper</groupId>
<artifactId>ButtonControl</artifactId>
<version>1.8</version>
<version>1.9</version>
<packaging>jar</packaging>
<name>ButtonControl</name>
@@ -29,11 +29,12 @@
<scope>provided</scope>
</dependency>
<!-- bStats Bukkit -->
<!-- bStats Bukkit (optional) -->
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>3.0.2</version>
<optional>true</optional>
</dependency>
<!-- org.json für UpdateChecker JSON-Parsing -->