fixes bug#AL-2123
parent
001edb683a
commit
e978be160a
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue