diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-07-23 15:25:17 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-07-23 15:25:17 +1000 |
| commit | aec0dff5477cafce865410381a722fedbac04ac1 (patch) | |
| tree | 532bd7a41e9c97e1df53cf122888a77a2f7a9f00 /pom.xml | |
| parent | fc96ec673822d9f1cbe0e5eb004c12b7f8f2db9b (diff) | |
Implement simple /import endpoint and test
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |
