Skip to content

Commit c9648c0

Browse files
committed
review feedback
1 parent 04a3255 commit c9648c0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

srv/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
<scope>runtime</scope>
5959
</dependency>
6060

61+
<dependency>
62+
<groupId>com.sap.cds</groupId>
63+
<artifactId>cds-feature-attachments</artifactId>
64+
<version>${cds-feature-attachments.version}</version>
65+
</dependency>
66+
6167
<!-- CLOUD SDK dependencies -->
6268
<dependency>
6369
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
@@ -74,13 +80,6 @@
7480
<artifactId>connectivity-apache-httpclient4</artifactId>
7581
</dependency>
7682

77-
<!-- RE-USE PLUGIN DEPENDENCIES -->
78-
<dependency>
79-
<groupId>com.sap.cds</groupId>
80-
<artifactId>cds-feature-attachments</artifactId>
81-
<version>${cds-feature-attachments.version}</version>
82-
</dependency>
83-
8483
<!-- OTHER DEPENDENCIES -->
8584
<dependency>
8685
<groupId>com.h2database</groupId>

0 commit comments

Comments
 (0)