Skip to content

Commit b87a4a0

Browse files
authored
Merge pull request #250 from cap-java/updateCAPJavaVersion
Update CAP Java version in plugin to 3.10.3 and fix for deployment issue if leading application is using cap java 4
2 parents 0617f5d + b4eda70 commit b87a4a0

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131

3232
<excluded.generation.package>sdm/generated/</excluded.generation.package>
33-
<cds.services.version>3.5.0</cds.services.version>
33+
<cds.services.version>3.10.3</cds.services.version>
3434

3535
<generation-folder>src/gen</generation-folder>
3636

sdm/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,6 @@
319319
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
320320
<artifactId>resilience4j</artifactId>
321321
</exclusion>
322-
<exclusion>
323-
<groupId>com.sap.cloud.security</groupId>
324-
<artifactId>env</artifactId>
325-
</exclusion>
326322
<exclusion>
327323
<groupId>org.bouncycastle</groupId>
328324
<artifactId>bcprov-jdk18on</artifactId>

0 commit comments

Comments
 (0)