Skip to content

Commit

Permalink
ROC-2760: Remove feign client from spring factories and add health in…
Browse files Browse the repository at this point in the history
…dicator (#12)
  • Loading branch information
sabahirfan authored Dec 15, 2017
1 parent 85e6d7d commit c56012c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'uk.gov.hmcts.reform'
version '0.0.6'
version '0.0.7'

checkstyle {
maxWarnings = 0
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/spring.factories
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=uk.gov.hmcts.reform.authorisation.ServiceAuthorisationApi
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
uk.gov.hmcts.reform.authorisation.healthcheck.ServiceAuthHealthIndicator

0 comments on commit c56012c

Please sign in to comment.