Merge pull request 'fixes bug #AL-3470' (#13) from AL-3470 into master
Reviewed-on: utilidades/GeneradorBoletosCNAB#13 Reviewed-by: Gleison da Cruz <gleison.cruz@totvs.com.br> Reviewed-by: Célio de Souza Ribeiro JR <celio@rjconsultores.com.br>master
commit
1b1d02e934
6
pom.xml
6
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>GeneradorBoletosCNAB</artifactId>
|
<artifactId>GeneradorBoletosCNAB</artifactId>
|
||||||
<version>1.6.1</version>
|
<version>1.7.0</version>
|
||||||
<name>GeneradorBoletosCNAB</name>
|
<name>GeneradorBoletosCNAB</name>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
@ -68,6 +68,10 @@
|
||||||
<groupId>sun-jaxb-rj</groupId>
|
<groupId>sun-jaxb-rj</groupId>
|
||||||
<artifactId>jaxb-impl</artifactId>
|
<artifactId>jaxb-impl</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>log4j</groupId>
|
||||||
|
<artifactId>log4j</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -48,7 +48,7 @@ public abstract class AbstractFlatFile{
|
||||||
protected static final String SEQUENCIAL_REMESSA = "NumeroSequencialRemessa";
|
protected static final String SEQUENCIAL_REMESSA = "NumeroSequencialRemessa";
|
||||||
protected static final String SEQUENCIAL_REGISTRO = "NumeroSequencialRegistro";
|
protected static final String SEQUENCIAL_REGISTRO = "NumeroSequencialRegistro";
|
||||||
protected static final String SOMENTE_CLASSE_DE_RETORNO = "Somente classe de Retorno.";
|
protected static final String SOMENTE_CLASSE_DE_RETORNO = "Somente classe de Retorno.";
|
||||||
//protected static Logger log = LoggerFactory.getLogger(AbstractFlatFile.class);
|
//protected static Logger log = LogManager.getLogger(AbstractFlatFile.class);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Nome do arquivo xml de configuração.
|
* Nome do arquivo xml de configuração.
|
||||||
|
|
Loading…
Reference in New Issue