Skip to content

Commit

Permalink
Merge pull request #630 from internetarchive/remove-poi
Browse files Browse the repository at this point in the history
Move Apache POI to test scope
  • Loading branch information
ato authored Nov 29, 2024
2 parents a4a3254 + 2a0c4f2 commit 1195bed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 238 deletions.
4 changes: 2 additions & 2 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@
<groupId>poi</groupId>
<artifactId>poi</artifactId>
<version>2.5.1-final-20040804</version>
<scope>compile</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>2.5.1-final-20040804</version>
<scope>compile</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
201 changes: 0 additions & 201 deletions dist/src/main/licenses/poi.LICENSE

This file was deleted.

35 changes: 0 additions & 35 deletions dist/src/main/licenses/poi.NOTICE

This file was deleted.

0 comments on commit 1195bed

Please sign in to comment.