From 0911a579b044a02c689d493e963f7dd5fdf46cfa Mon Sep 17 00:00:00 2001 From: Stefan Henke Date: Tue, 17 Dec 2024 13:08:50 +0100 Subject: [PATCH] Improve change tracking docu (#1525) Stakeholder created an internal issue because change tracking feature was not working. He added the maven dependency in the root `pom.xml` instead of the `pom.xml` of the srv module. This PR is making the docs more concrete. --- java/change-tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/change-tracking.md b/java/change-tracking.md index e31edcf89..61d4225ea 100644 --- a/java/change-tracking.md +++ b/java/change-tracking.md @@ -19,7 +19,7 @@ to the remote services aren't tracked. ## Enabling Change Tracking -To use the change tracking feature, you need to add a dependency to [cds-feature-change-tracking](https://central.sonatype.com/artifact/com.sap.cds/cds-feature-change-tracking) in the `pom.xml` file of your service: +To use the change tracking feature, you need to add a dependency to [cds-feature-change-tracking](https://central.sonatype.com/artifact/com.sap.cds/cds-feature-change-tracking) in the `srv/pom.xml` file of your service: ```xml