Skip to content

Commit

Permalink
+ Gson classes added to jar to support 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinWieczorek committed Jan 8, 2016
1 parent 6a9dc33 commit 3457951
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
Expand Down

0 comments on commit 3457951

Please sign in to comment.