]> source.dussan.org Git - poi.git/commitdiff
As Nick suspected, the dependency is actually from HSSF too so commons collections...
authorDavid North <dnorth@apache.org>
Fri, 29 Jul 2016 18:48:07 +0000 (18:48 +0000)
committerDavid North <dnorth@apache.org>
Fri, 29 Jul 2016 18:48:07 +0000 (18:48 +0000)
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754563 13f79535-47bb-0310-9956-ffa450edef68

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

index 2f4c286bce02c8f8fe09f12795a819a0ba6f32f6..0f3cdb1d51616432e4c4a1d6c532721d1198fa36 100644 (file)
        <artifactId>curvesapi</artifactId>
        <version>1.04</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-collections4</artifactId>
-      <version>4.1</version>
-    </dependency>
   </dependencies>
 </project>
index 7c1b4cf84f8e691cde350fabc5af57d0af729d26..efd24cfe0b6170bf98c0099b32a0366e388aed92 100644 (file)
       <scope>test</scope>
       <version>4.12</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+      <version>4.1</version>
+    </dependency>
   </dependencies>
 
 </project>