]> source.dussan.org Git - poi.git/commitdiff
move commons-math3 dependency to poi pom.xml
authorPJ Fanning <fanningpj@apache.org>
Tue, 18 Sep 2018 17:53:30 +0000 (17:53 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 18 Sep 2018 17:53:30 +0000 (17:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841245 13f79535-47bb-0310-9956-ffa450edef68

maven/poi-ooxml.pom
maven/poi.pom

index 8bfabebe935900d6c8cdac61787df1bc4b2d3f83..5350148c13521326c5982e24bb5b209c15f6777a 100644 (file)
       <artifactId>commons-compress</artifactId>
       <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>
index da2268759ab1fd48500605ccb47c455e0c19f25a..657726f86c4b279ed6b76d2a2de118d8f15d4f94 100644 (file)
       <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>
       <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>