diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-18 00:16:59 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-20 00:37:53 +0200 |
| commit | 778e2fedae9624fe142bff9eeceaa1bca2c1aa71 (patch) | |
| tree | e85241b691a27dbd54001eafc3c687a0c04ee7dd /clams-server/pom.xml | |
| parent | 18ba5f6d3759dfa53dc2f56e52dc3fa970683330 (diff) | |
implement API for uploading editing and deleting posts and images
Diffstat (limited to 'clams-server/pom.xml')
| -rw-r--r-- | clams-server/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/clams-server/pom.xml b/clams-server/pom.xml index d47b121..7654aed 100644 --- a/clams-server/pom.xml +++ b/clams-server/pom.xml @@ -53,6 +53,21 @@ <artifactId>commonmark</artifactId> <version>0.29.0</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.20.0</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-imaging</artifactId> + <version>1.0.0-alpha6</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.22.1</version> + </dependency> </dependencies> <build> |
