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
commit
317f2c7741
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue