Skip to content

Commit

Permalink
Removed outdated precondition from change-tracking.md (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmikhailenko authored Jul 26, 2024
1 parent a5389d3 commit ccea724
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions java/change-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ To use the change tracking feature, you need to add a dependency to [cds-feature
</dependency>
```

Your POM must also include the goal to resolve the CDS model delivered from the feature.
- Your POM must also include the goal to resolve the CDS model delivered from the feature.
See [Reference the New CDS Model in an Existing CAP Java Project](/java/building-plugins#reference-the-new-cds-model-in-an-existing-cap-java-project).

- For the UI part, you also need to enable the [On-the-fly Localization of EDMX](/releases/archive/2023/dec23#on-the-fly-localization-of-edmx).

- If you use SAP Fiori elements as your UI framework and intend to use the built-in UI, update your SAP UI5 version to 1.121.2 or higher.

### Annotating Entities
Expand Down

0 comments on commit ccea724

Please sign in to comment.