Skip to content

Commit

Permalink
Merge pull request #30 from hmcts/EM-1872-ccd-data-config-fix
Browse files Browse the repository at this point in the history
Fix the basepackage scan path
  • Loading branch information
yogesh-hullatti authored Mar 15, 2020
2 parents fb9b47a + cef0bd7 commit c29cf46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@Configuration
@ConditionalOnProperty({"core_case_data.api.url", "ccd-def.api.url"})
@EnableFeignClients(basePackages = {"uk.gov.hmcts.reform.ccd.client"})
@EnableFeignClients(basePackages = {"uk.gov.hmcts.reform.em.test.ccddata"})
public class CcdDataConfiguration {

@Bean
Expand Down

0 comments on commit c29cf46

Please sign in to comment.