Skip to content

Commit 8df033a

Browse files
committed
improve
1 parent 50b1880 commit 8df033a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

guides/deployment/microservices.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ This guide describes a way to manage development and deployment via *[monorepos]
6666
gen
6767
```
6868
> The outcome of this looks and behaves exactly as the monorepo layout in *[cap/samples](https://github.com/capire/samples)*, so we can exercise the subsequent steps in there...
69-
7069
3. Test-drive locally:
7170

7271
::: code-group
@@ -746,7 +745,7 @@ npm i @sap-cloud-sdk/resilience --workspace bookstore
746745

747746
::: details CAP Java: Configure each app for cloud readiness
748747

749-
To access remote OData services, you need to add a dependency to the *cds-feature-remote-odata* [application plugin](https://cap.cloud.sap/docs/java/developing-applications/building#standard-modules) and provide the latest available version. Additionally, to retrieve destination configurations using the destination service, you must include a *com.sap.cloud.sdk.cloudplatform* dependency with artifact ID *scp-cf*, as described in the following steps: [Cloud SDK Integration](https://cap.cloud.sap/docs/java/cqn-services/remote-services#cloud-sdk-dependencies).
748+
To access remote OData services, add a dependency to the *cds-feature-remote-odata* [application plugin](https://cap.cloud.sap/docs/java/developing-applications/building#standard-modules) and provide the latest available version. Additionally, to retrieve destination configurations using the destination service, include a *com.sap.cloud.sdk.cloudplatform* dependency with artifact ID *scp-cf*, as described in the following steps: [Cloud SDK Integration](https://cap.cloud.sap/docs/java/cqn-services/remote-services#cloud-sdk-dependencies).
750749

751750
::: code-group
752751
```xml [bookstore/srv/pom.xml]

0 commit comments

Comments
 (0)