Skip to content
28 changes: 28 additions & 0 deletions cds-feature-attachments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,28 @@
<dependency>
<groupId>com.sap.cds</groupId>
<artifactId>cds-integration-cloud-sdk</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>com.sap.cloud.mt</groupId>
<artifactId>tools</artifactId>
</exclusion>
<exclusion>
<groupId>com.sap.cds</groupId>
<artifactId>cds-adapter-api</artifactId>
</exclusion>
<exclusion>
<groupId>com.sap.cds</groupId>
<artifactId>cds4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- TESTS -->
Expand All @@ -32,6 +54,12 @@
<artifactId>cds-services-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
Expand Down