diff --git a/build.gradle b/build.gradle index f48eb0b..fd6f5f5 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,6 @@ plugins { id 'java' id 'maven-publish' id 'eclipse' - id 'org.springframework.boot' version '2.6.2' } @@ -33,6 +32,7 @@ dependencies { implementation 'com.telerivet:TelerivetAPIClient:1.7.0' implementation 'org.mifos:ph-ee-connector-common:1.0.0-SNAPSHOT' implementation 'org.apache.camel.springboot:camel-spring-boot-starter:3.12.0' + implementation 'org.springframework.boot:spring-boot-starter:2.5.5' implementation("org.springframework.boot:spring-boot-starter-web:2.5.5") implementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion" implementation 'org.apache.camel:camel-endpointdsl:3.12.0' diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6dc8630..d540d16 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -65,6 +65,8 @@ notifications: enabled: false management: +# server: +# port: 5000 endpoint: health: probes: