Merge pull request 'fixes bug#AL-2123' (!61) from AL-2123 into master

Reviewed-on: http://18.235.188.113:3000/adm/VentaBoletosAdm/pulls/61
Reviewed-by: aristides <aristides@rjconsultores.com.br>
Reviewed-by: Lucas Taiã <lucas@rjconsultores.com.br>
master 1.0.49
wallace 2023-02-02 14:46:49 +00:00
commit 317f2c7741
2 changed files with 1 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.0.48</version>
<version>1.0.49</version>
<packaging>war</packaging>
<properties>

View File

@ -58,9 +58,6 @@ public class RelatorioErrosIntegracaoBGMController extends MyGenericForwardCompo
private EmpresaService empresaService;
@Autowired
private ConstanteService constanteService;
@Autowired
//private DataSource dataSourceRead;
@Override
public void doAfterCompose(Component comp) throws Exception {