Skip to content

Commit

Permalink
Improve change tracking docu (#1525)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
StefanHenke authored Dec 17, 2024
1 parent 38a50ae commit 0911a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/change-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
Expand Down

0 comments on commit 0911a57

Please sign in to comment.