Skip to content

Commit

Permalink
OPEN - #9: Campos formatados em função do padrão de cada Banco
Browse files Browse the repository at this point in the history
http://github.com/jrimum/bopepo/issues/issue/9

 * Adição da nova versão itext para uso em test helpers.
  • Loading branch information
gilmatryx committed Jan 20, 2014
1 parent b95d28e commit ddffc71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@
</exclusions>
</dependency>
<!-- Test -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.4.5</version>
<scope>test</scope>
</dependency>

This comment has been minimized.

Copy link
@garcia-jj

garcia-jj Aug 2, 2015

Its not possible to add this library. Since itext 5 versions are GPL, only GPL project can add this version. So adding this library will violates GPL restrictions because its not compatible with APL projects.

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
Expand Down

0 comments on commit ddffc71

Please sign in to comment.