Skip to content

Commit

Permalink
[GOV-134] Fix liveness and readiness build issues (#58)
Browse files Browse the repository at this point in the history
* [GOV-134] Fix liveness and readiness build issues

* Removing unnessecary code changes
  • Loading branch information
dhruvsonagara authored Dec 27, 2023
1 parent bff780b commit 2a09be4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spotless {
lineEndings 'UNIX'
}


dependencies {
implementation 'org.mifos:ph-ee-connector-common:1.5.1-SNAPSHOT'
implementation 'com.sun.xml.ws:jaxws-ri:2.3.2'
Expand All @@ -66,12 +67,13 @@ dependencies {
implementation group: 'org.springframework', name: 'spring-web', version: '3.0.2.RELEASE'
checkstyle 'com.puppycrawl.tools:checkstyle:10.9.3'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
implementation 'org.springframework.boot:spring-boot-starter:2.5.2'
implementation 'org.springframework.boot:spring-boot-starter-actuator:2.6.2'
implementation 'org.springframework.boot:spring-boot-starter-web:2.5.2'
implementation 'org.springframework.boot:spring-boot-starter-tomcat:2.5.2'
}

dependencies {
implementation "org.springframework.boot:spring-boot-starter-web:*"
implementation "org.springframework.boot:spring-boot-starter-tomcat:*"
implementation 'org.springframework.boot:spring-boot-starter-actuator:*'
implementation "io.springfox:springfox-oas:3.0.0"
implementation "io.springfox:springfox-swagger-ui:3.0.0"
implementation "com.github.joschi.jackson:jackson-datatype-threetenbp:2.6.4"
Expand Down

0 comments on commit 2a09be4

Please sign in to comment.