aboutsummaryrefslogtreecommitdiff
path: root/juick-server/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-10-24 01:07:30 +0300
committerGravatar Vitaly Takmazov2018-10-24 01:07:30 +0300
commit82de22618ef0e95450ce43fa519ed1203d256674 (patch)
treed9c98315f0527f5537795c3b1fc2a1c280f3d96a /juick-server/build.gradle
parentaa4dab444166f530adcd86003f802350db44b0b1 (diff)
ActivityPub: cache requests
Diffstat (limited to 'juick-server/build.gradle')
-rw-r--r--juick-server/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-server/build.gradle b/juick-server/build.gradle
index 8ee88982..dcfba1dc 100644
--- a/juick-server/build.gradle
+++ b/juick-server/build.gradle
@@ -66,6 +66,7 @@ dependencies {
compile ('org.springframework.boot:spring-boot-starter-jdbc')
compile("org.springframework.boot:spring-boot-starter-security")
compile("org.springframework.boot:spring-boot-starter-web")
+ compile 'org.apache.httpcomponents:httpclient-cache'
compile("org.springframework.boot:spring-boot-starter-websocket")
compile 'org.springframework.boot:spring-boot-devtools'