aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-04-15 01:26:25 -0700
committerPinapelz <donaldshan1@outlook.com>2023-04-15 01:26:25 -0700
commit802defe063ae34a349eb0f59da1100ddb50ea22a (patch)
tree37d25107ec2abac76740df69544eadbe6882304e /pom.xml
parent5cc27f5560c05befdee8cbd6db24fc0eaab87cb3 (diff)
Implemented VideoSearch Post Request
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5fe51e5..dc1f511 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,17 @@
<artifactId>converter-jackson</artifactId>
<version>2.9.0</version>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
+ <version>4.9.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.10.1</version>
+ </dependency>
+
</dependencies>
</project>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage