Skip to content

Commit

Permalink
Merge pull request #407 from internetarchive/fix-maven-warnings
Browse files Browse the repository at this point in the history
Fix a couple of boring maven warnings
  • Loading branch information
ato authored Jun 25, 2021
2 parents 6f32d01 + 039634c commit 6835d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>poi</groupId>
<artifactId>poi</artifactId>
<version>2.5.1</version>
<version>2.5.1-final-20040804</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -111,7 +111,7 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>itext</groupId>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>1.3</version>
<scope>compile</scope>
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
</repository>
</repositories>

<prerequisites>
<maven>2.0.9</maven>
</prerequisites>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6835d09

Please sign in to comment.