Added posgrest dependencies
Code cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ package io.spring.billrun;
|
||||
import java.util.List;
|
||||
|
||||
import io.spring.billrun.model.Bill;
|
||||
import io.spring.billrun.model.Usage;
|
||||
import javax.sql.DataSource;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
Reference in New Issue
Block a user