diff --git a/build.gradle b/build.gradle index 6b343f8d..86ef2a90 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group 'uk.gov.hmcts.reform' -version '0.0.6' +version '0.0.7' checkstyle { maxWarnings = 0 diff --git a/src/main/resources/META-INF/spring.factories b/src/main/resources/META-INF/spring.factories index d7a535a2..0be127f8 100644 --- a/src/main/resources/META-INF/spring.factories +++ b/src/main/resources/META-INF/spring.factories @@ -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