aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/server/pom.xml b/server/pom.xml
index b3b834fd..85e0890d 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -238,7 +238,21 @@
</exclusion>
</exclusions>
</dependency>
-
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi</artifactId>
+ <version>4.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-ooxml</artifactId>
+ <version>4.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-ooxml-schemas</artifactId>
+ <version>4.0.1</version>
+ </dependency>
</dependencies>
<build>