Skip to content

Commit d825673

Browse files
committed
revert to standard plugin
1 parent 651c17b commit d825673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db/books.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using {
88
} from '@sap/cds/common';
99
using my.bookshop.Reviews from './reviews';
1010
using my.bookshop.TechnicalBooleanFlag from './common';
11-
using {sap.attachments.Attachments} from `com.sap.cds/cds-feature-attachments-fs`;
11+
using {sap.attachments.Attachments} from `com.sap.cds/cds-feature-attachments`;
1212

1313
@fiori.draft.enabled
1414
entity Books : cuid, managed {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependencies>
8080
<dependency>
8181
<groupId>com.sap.cds</groupId>
82-
<artifactId>cds-feature-attachments-fs</artifactId>
82+
<artifactId>cds-feature-attachments</artifactId>
8383
<version>${cds-feature-attachments.version}</version>
8484
</dependency>
8585
</dependencies>

0 commit comments

Comments
 (0)