Skip to content

Commit

Permalink
Update relocated dependencies
Browse files Browse the repository at this point in the history
Fixes the Maven warnings:

    [WARNING] The artifact poi:poi:jar:2.5.1 has been relocated to
        poi:poi:jar:2.5.1-final-20040804
    [WARNING] The artifact itext:itext:jar:1.3 has been relocated to
        com.lowagie:itext:jar:1.3
  • Loading branch information
ato committed Jun 22, 2021
1 parent e47469b commit 039634c
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 039634c

Please sign in to comment.