We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651c17b commit d825673Copy full SHA for d825673
db/books.cds
@@ -8,7 +8,7 @@ using {
8
} from '@sap/cds/common';
9
using my.bookshop.Reviews from './reviews';
10
using my.bookshop.TechnicalBooleanFlag from './common';
11
-using {sap.attachments.Attachments} from `com.sap.cds/cds-feature-attachments-fs`;
+using {sap.attachments.Attachments} from `com.sap.cds/cds-feature-attachments`;
12
13
@fiori.draft.enabled
14
entity Books : cuid, managed {
pom.xml
@@ -79,7 +79,7 @@
79
<dependencies>
80
<dependency>
81
<groupId>com.sap.cds</groupId>
82
- <artifactId>cds-feature-attachments-fs</artifactId>
+ <artifactId>cds-feature-attachments</artifactId>
83
<version>${cds-feature-attachments.version}</version>
84
</dependency>
85
</dependencies>
0 commit comments