Skip to content
Prev Previous commit
Next Next commit
Adding health checks
  • Loading branch information
arunvasudevan committed Apr 5, 2020
commit 12e5d6cafa676f806d1a636a1c36aa32566a4d42
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ project.ext.externalDependency = [
'springBootStarterWeb': 'org.springframework.boot:spring-boot-starter-web:2.1.2.RELEASE',
'springBootStarterJetty': 'org.springframework.boot:spring-boot-starter-jetty:2.1.2.RELEASE',
'springKafka': 'org.springframework.kafka:spring-kafka:2.2.3.RELEASE',
'springActuator': 'org.springframework.boot:spring-boot-starter-actuator:2.2.3.RELEASE',
'testng': 'org.testng:testng:6.9.9'
]

Expand Down
1 change: 1 addition & 0 deletions metadata-jobs/mce-consumer-job/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {
}
compile externalDependency.springBootStarterJetty
compile externalDependency.springKafka
compile externalDependency.springActuator

compileOnly externalDependency.lombok

Expand Down