Skip to content

Commit

Permalink
Re-add HTTP request library for reddit command
Browse files Browse the repository at this point in the history
  • Loading branch information
Techtony96 committed Dec 15, 2017
1 parent 7f9e514 commit 784f8ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
<version>1.2.45</version>
</dependency>

<!-- HTTP Request Library for Reddit -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.9.0</version>
</dependency>

<!-- Used for saving playlists to file -->
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
Expand Down

0 comments on commit 784f8ff

Please sign in to comment.