Add missing dependency.

This commit is contained in:
BuildTools 2019-09-02 18:48:47 +03:00
parent f611727d4e
commit 419f0c596a
1 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,12 @@
<version>${vault.version}</version>
<scope>provided</scope>
</dependency>
<!-- Shaded APIs -->
<dependency>
<groupId>com.github.TheBusyBiscuit</groupId>
<artifactId>GitHubWebAPI4Java</artifactId>
<version>d5f5e0bbd8</version>
</dependency>
</dependencies>
<build>