3.1 Add Connector Dependency
This topc describes the connector required to enable integration with dependent services or external systems.
Add the following dependency to your build.gradle
file:
dependencies {
implementation("release.obma.cmc.${RELEASE_VERSION}.services:cmc-inc-file-connector:${ARTIFACT_VERSION}")
}Note:
Replace${RELEASE_VERSION} and ${ARTIFACT_VERSION} with the
appropriate version identifiers aligned to your release pipeline.
Parent topic: Integration via Discovery Service