Skip to content

Commit

Permalink
DistributionMapper missing in Guice Module
Browse files Browse the repository at this point in the history
  • Loading branch information
fmendezh committed Feb 9, 2021
1 parent fbd6443 commit 3e8271f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.gbif.checklistbank.service.ParsedNameService;
import org.gbif.checklistbank.service.UsageService;
import org.gbif.checklistbank.service.UsageSyncService;
import org.gbif.checklistbank.service.mybatis.mapper.DistributionMapper;
import org.gbif.checklistbank.service.mybatis.mapper.NameUsageMapper;
import org.gbif.checklistbank.service.mybatis.mapper.UsageCountMapper;
import org.gbif.mybatis.guice.MyBatisModule;
Expand Down Expand Up @@ -127,7 +128,7 @@ protected void configureService() {
expose(CitationService.class);
expose(DatasetAnalysisService.class);
expose(UsageCountMapper.class);
expose(DistributionService.class);
expose(DistributionMapper.class);

expose(DatasetImportService.class).annotatedWith(Mybatis.class);
expose(UsageSyncService.class);
Expand Down

0 comments on commit 3e8271f

Please sign in to comment.