Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Exclude cds-feature-mt
Instance Manager dependencies referenced by cds-feature-mt are not yet released on Maven Central
  • Loading branch information
beckermarc committed May 4, 2020
1 parent 9ffd0a8 commit 32f6ca6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion srv/pom.xml
Expand Up @@ -24,6 +24,12 @@
<dependency>
<groupId>com.sap.cds</groupId>
<artifactId>cds-starter-cloudfoundry</artifactId>
<exclusions>
<exclusion>
<groupId>com.sap.cds</groupId>
<artifactId>cds-feature-mt</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -36,7 +42,7 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
Expand Down

0 comments on commit 32f6ca6

Please sign in to comment.