Skip to content

Commit

Permalink
SSCSSI-156 Remove references for unused orchestrator (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
adusumillipraveen committed Apr 11, 2024
1 parent 39f2235 commit bf51f45
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ dependencies {
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.10'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.10'

implementation group: 'com.github.hmcts', name: 'sscs-common', version: '5.3.15'
implementation group: 'com.github.hmcts', name: 'sscs-common', version: '5.4.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'

implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.2'
Expand Down
2 changes: 1 addition & 1 deletion charts/sscs-hearings-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.0"
description: A Helm chart for sscs-hearings-api App
name: sscs-hearings-api
home: https://github.com/hmcts/sscs-hearings-api
version: 0.0.36
version: 0.0.37
maintainers:
- name: HMCTS sscs team
dependencies:
Expand Down
1 change: 0 additions & 1 deletion charts/sscs-hearings-api/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ java:
CASEWORKER_REF_API_URL: "http://rd-caseworker-ref-api-aat.service.core-compute-aat.internal"
CORE_CASE_DATA_API_URL: "http://ccd-data-store-api-aat.service.core-compute-aat.internal"
JUDICIAL_REF_API_URL: "http://rd-judicial-api-aat.service.core-compute-aat.internal"
CCD_CALLBACK_ORCHESTRATOR_API_URL: "http://sscs-ccd-callback-orchestrator-aat.service.core-compute-aat.internal"
IDAM_API_URL: https://idam-api.aat.platform.hmcts.net
COMMON_REF_API_URL: "http://rd-commondata-api-aat.service.core-compute-aat.internal"
HEARINGS_CASE_UPDATE_V2_ENABLED: true
1 change: 0 additions & 1 deletion charts/sscs-hearings-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ java:
CORE_CASE_DATA_API_URL: "http://ccd-data-store-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
COMMON_REF_API_URL: "http://rd-commondata-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
JUDICIAL_REF_API_URL: "http://rd-judicial-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
CCD_CALLBACK_ORCHESTRATOR_API_URL: "http://sscs-ccd-callback-orchestrator-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
HMC_HEARINGS_TOPIC_NAMESPACE: "hmc-servicebus-{{ .Values.global.environment }}"
HMC_HEARINGS_TOPIC_NAME: "hmc-to-cft-{{ .Values.global.environment }}"
HMC_HEARINGS_TOPIC_SUBSCRIPTION_NAME: "hmc-to-sscs-subscription-{{ .Values.global.environment }}"
Expand Down
4 changes: 0 additions & 4 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ judicial-ref:
api:
url: ${JUDICIAL_REF_API_URL:http://localhost:8093}

ccd-callback-orchestrator:
api:
url: ${CCD_CALLBACK_ORCHESTRATOR_API_URL:http://localhost:8070}

exui:
url: ${EXUI_API_URL:http://localhost:3455}

Expand Down

0 comments on commit bf51f45

Please sign in to comment.