summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--maven/poi-ooxml.pom5
-rw-r--r--maven/poi.pom15
2 files changed, 10 insertions, 10 deletions
diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom
index 8bfabebe93..5350148c13 100644
--- a/maven/poi-ooxml.pom
+++ b/maven/poi-ooxml.pom
@@ -75,11 +75,6 @@
<version>1.18</version>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-math3</artifactId>
- <version>3.6.1</version>
- </dependency>
- <dependency>
<groupId>com.github.virtuald</groupId>
<artifactId>curvesapi</artifactId>
<version>1.05</version>
diff --git a/maven/poi.pom b/maven/poi.pom
index da2268759a..657726f86c 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -78,6 +78,16 @@
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>4.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ <version>3.6.1</version>
+ </dependency>
<dependency>
<groupId>org.hamcrest</groupId>
@@ -91,11 +101,6 @@
<scope>test</scope>
<version>4.12</version>
</dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>4.2</version>
- </dependency>
</dependencies>
</project>