Skip to content

Commit

Permalink
Move Apache POI to test scope
Browse files Browse the repository at this point in the history
It's only used in the tests so we can stop distributing this 20-year-old
version of POI with Heritrix.
  • Loading branch information
ato committed Nov 29, 2024
1 parent 4093871 commit 2a0c4f2
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 2a0c4f2

Please sign in to comment.