fixes bug#AL-2123

master
wallace.henrique 2023-02-02 11:29:04 -03:00
parent 001edb683a
commit e978be160a
2 changed files with 1 additions and 4 deletions

View File

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

View File

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