Skip to content

Commit 1195bed

Browse files
authored
Merge pull request #630 from internetarchive/remove-poi
Move Apache POI to test scope
2 parents a4a3254 + 2a0c4f2 commit 1195bed

File tree

3 files changed

+2
-238
lines changed

3 files changed

+2
-238
lines changed

commons/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@
102102
<groupId>poi</groupId>
103103
<artifactId>poi</artifactId>
104104
<version>2.5.1-final-20040804</version>
105-
<scope>compile</scope>
105+
<scope>test</scope>
106106
</dependency>
107107
<dependency>
108108
<groupId>poi</groupId>
109109
<artifactId>poi-scratchpad</artifactId>
110110
<version>2.5.1-final-20040804</version>
111-
<scope>compile</scope>
111+
<scope>test</scope>
112112
</dependency>
113113
<dependency>
114114
<groupId>junit</groupId>

dist/src/main/licenses/poi.LICENSE

-201
This file was deleted.

dist/src/main/licenses/poi.NOTICE

-35
This file was deleted.

0 commit comments

Comments
 (0)