Added posgrest dependencies

Code cleanup
This commit is contained in:
Glenn Renfro
2019-04-30 11:01:13 -04:00
parent 447a0752a0
commit e831806b51
4 changed files with 8 additions and 3 deletions

View File

@@ -49,8 +49,6 @@ import org.springframework.core.io.Resource;
@EnableTask
@EnableBatchProcessing
public class BillingConfiguration {
private static final Log logger = LogFactory.getLog(BillingConfiguration.class);
@Autowired
public JobBuilderFactory jobBuilderFactory;