aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-01-11 22:57:30 -0800
committerPinapelz <yukais@pinapelz.com>2026-01-11 22:57:30 -0800
commit992e0fd7ac2b0bd16dec0059531621ecaf63e17f (patch)
tree0ff293a16ae90b1674265026b6fee76c4b28756c /pom.xml
parent1b05e7f5d9ad465b20f15d057ef43f8b924b7573 (diff)
implement partial upload and re-assemble
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 b528cc9..b8a4ba2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,17 @@
<version>${kotlin.version}</version>
</dependency>
<dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.13.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
+ <version>4.12.0</version>
+ </dependency>
+ <dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>${kotlin.version}</version>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage