summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@skas.io>2024-07-23 15:25:17 +1000
committerSzymon Szukalski <szymon@skas.io>2024-07-23 15:25:17 +1000
commitaec0dff5477cafce865410381a722fedbac04ac1 (patch)
tree532bd7a41e9c97e1df53cf122888a77a2f7a9f00 /pom.xml
parentfc96ec673822d9f1cbe0e5eb004c12b7f8f2db9b (diff)
Implement simple /import endpoint and test
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7733738..491fe0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-xml</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>