summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorWillemDalton <willemhdalton@gmail.com>2025-11-10 19:33:15 -0500
committerWillemDalton <willemhdalton@gmail.com>2025-11-10 19:33:15 -0500
commitee0eb56a52bb0414e787cb71ef902c8fce12dda7 (patch)
treeb4f9ff40234960035b0fd5f09fddff7c2e47d5a9 /pom.xml
parent05bf6a19f341e2b2cb2b107dea65660a08439a1c (diff)
parent5d8330c190d736427066e3efce283258956d3dfd (diff)
downloaddesignproject-design-6-ee0eb56a52bb0414e787cb71ef902c8fce12dda7.tar.gz
designproject-design-6-ee0eb56a52bb0414e787cb71ef902c8fce12dda7.tar.bz2
designproject-design-6-ee0eb56a52bb0414e787cb71ef902c8fce12dda7.zip
working on exporting to XML and JSON
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6e37b12..abcd47f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,11 @@
<artifactId>jackson-datatype-jdk8</artifactId>
<version>2.20.0</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-xml</artifactId>
+ <version>2.16.2</version>
+ </dependency>
</dependencies>
<build>
<plugins>