summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-11-16 01:56:27 -0500
committersowgro <tpoke.ferrari@gmail.com>2025-11-16 01:56:27 -0500
commitcf59d52cba70742f1d4098c38b4c7a798b3d89fa (patch)
tree3d939229fe72a9298aa5fce98812dfffb6c41fba /pom.xml
parent4ac38e80c2442e085c53986f5717d44f9d2d821a (diff)
downloaddesignproject-design-6-import-export-exp.tar.gz
designproject-design-6-import-export-exp.tar.bz2
designproject-design-6-import-export-exp.zip
IMPORT-EXPORT WORKING!!!!!!!!!!!!!!!!!!!!!!!!!!import-export-exp
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index abcd47f..2333fd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
- <version>2.16.2</version>
+ <version>2.20.0</version>
</dependency>
</dependencies>
<build>
@@ -72,8 +72,8 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<configuration>
- <destfile>/target/coverage-reports/jacoco-unit.exec</destfile>
- <datafile>/target/coverage-reports/jacoco-unit.exec</datafile>
+ <destFile>/target/coverage-reports/jacoco-unit.exec</destFile>
+ <destFile>/target/coverage-reports/jacoco-unit.exec</destFile>
</configuration>
<executions>
<execution>