mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Fix gson depend entry in pom.xml
This commit is contained in:
parent
c1a8e12c9c
commit
22a06ed73a
1 changed files with 2 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -69,7 +69,8 @@
|
|||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.2.4</version>
|
||||
<version>2.2.4</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.avaje</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue