mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Remove caffeine
Remove caffeine as we no longer Cache API requests since it's not necessary and is ineffective really.
This commit is contained in:
parent
1f66ccbf13
commit
abd9e78e3c
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ dependencies {
|
|||
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.1'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
|
||||
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1'
|
||||
implementation 'com.rometools:rome:1.18.0'
|
||||
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'
|
||||
implementation 'org.jsoup:jsoup:1.15.3'
|
||||
|
|
Loading…
Reference in a new issue