Skip to content

Commit

Permalink
Add missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Sep 2, 2019
1 parent f611727 commit 419f0c5
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 @@ -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>
Expand Down

0 comments on commit 419f0c5

Please sign in to comment.